

a.intra{
color: #FFFFCC;
text-decoration: underline;
cursor: crosshair;
font-weight: bold;
}

a.intra:visited{
text-decoration: underline;
color: #FFFFCC;
font-weight: bold;
}

a.intra:active{
text-decoration: underline;
color: #FFFFCC;
font-weight: bold;
}

a.intra:hover{
text-decoration: none;
color: #0033CC;
background-color: #FFFFCC;
font-weight: bold;
}

a.mail{
color: #993333;
text-decoration: underline;
cursor: crosshair;
}

a.mail:visited{
text-decoration: underline;
color: #993333;
}

a.mail:active{
text-decoration: underline;
color: #993333;
}

a.mail:hover{
text-decoration: none;
color: #FFFFCC;
background-color: #993333;
}

body{
background-image: url('paint1.jpg');
background-repeat: repeat;
background-attachment: fixed;
scrollbar-face-color: #993333;
scrollbar-arrow-color: #FFFFCC;
scrollbar-shadow-color: #0033CC;
scrollbar-track-color: #FFFFCC;
}
