/* frame.css */


body, html {

scrollbar-face-color: #e4d2fd;
scrollbar-track-color: #efefef;
scrollbar-3dlight-color: #ffffff;
scrollbar-highlight-color: #dac0fc;
scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #ddc7fc;
scrollbar-shadow-color: #dac0fc;
}

			/* general */
a:link  {
color: #0080FF;
text-decoration: none;
}

a:hover {
color: #FF0080;
text-decoration: none;
}

a:visited {
color: #8080C0;
text-decoration: none;
}


			/* oliveonwhite */

#oliveonwhite:link  {
color: #808000; 
text-decoration: none;
}

#oliveonwhite:hover { 
color: #FFFFFF; 
text-decoration: none;
}

#oliveonwhite:visited { 
color: #808000; 
text-decoration: none;
}
			/* orangeonwhite */

#orangeonwhite:link  {
color: #FFCC00;
text-decoration: none;
}

#orangeonwhite:hover { 
color: #FFFFFF; 
text-decoration: none;
}

#orangeonwhite:visited  {
color: #FFCC00;
text-decoration: none;
}
