a:link {color: rgb(0,0,255);}

a:visited {color: rgb(128,0,128);} 

a:active {
	color: rgb(255,0,0);
	background-color : Silver;
}

body {
	font-family: Times New Roman, Times;
	font-size: 12pt;
	color: rgb(0,0,0);
	background-image : url(../graphics/background.jpg) ;
	background-repeat : repeat-y;
	background-attachment : fixed;
	background-color : White;
	margin-left : 115px;
}

table {background-color: rgb(255,255,255);
       table-border-color-light: rgb(102,204,204);
       table-border-color-dark: rgb(0,102,102);
       font-size: 12pt;
       color: rgb(0,0,0);}

h1,h2,h3,h4,h5,h6 {font-family: Times New Roman, Times;
                   color: rgb(0,0,0);}

div {width:850px;
     height: 300px;
     font-family: Times New Roman, Times;
     font-size: 12pt;
     color: rgb(0,0,0);
     padding: 25px;
     overflow:-moz-scrollbars-vertical;
     overflow-y:auto;}
