A {
	COLOR: #3399FF; TEXT-DECORATION: none
}
A:hover {
	COLOR: #99CCFF; TEXT-DECORATION: underline
}
A:active {
	COLOR: #FF0000;
}
body {
        background-image: url("/images/optishade.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 420 275;
        margin: 0px;;
        scrollbar-arrow-color: red;
        scrollbar-base-color: gray;
        scrollbar-dark-shadow-color: black;
        scrollbar-track-color: white;
        scrollbar-face-color: white;
        scrollbar-shadow-color: gray;
        scrollbar-highlight-color: silver;
        scrollbar-3d-light-color: gray;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333333;
        font-size: 10px;
}
.intern {
        font-family: Comic Sans MS, Arial, Helvetica;
        color: #3399FF;
}
