body {
scrollbar-face-color: #FF0000;
scrollbar-arrow-color: #FF9900;
scrollbar-highlight-color: #FF6600;
scrollbar-3dlight-color: #FF6600;
scrollbar-darkshadow-color: #990000; 
scrollbar-track-color: #000000;
scrollbar-shadow-color: #008080; 
}
p {
    display: inline;
    font-family: "Times New Roman", Georgia, Serif;
    text-align: justify;
    text-justify: inter-word;	
} 
A:link { color: #000000; background: none; text-decoration:none; }
A:visited { color: #000000; background: none; text-decoration:none; }
A:active { color: #000000; background: none; text-decoration:none; }
A:hover { color: #000000; background: none; } 
h1{ 
	display: inline; 
	color: #FFFFFF;
}
h7{
    display: inline;
    font-family: "Times New Roman", Georgia, Serif;
    text-align: justify;
	color: #FFFFFF;
    font-size: 12px;
	background: none; 
	text-decoration:none;
 }
table, th, td  {
    border-collapse: collapse;
	border: 0px solid white;
	padding: 0px;
}
input[type="submit"]
{
   width:24px;
    height:24px;
    margin-left:1px;
    display:block;
    background-color:white;
    color:black;
    border: none;
    outline:none;
}
input[type="button"]
{
    height:24px;
    margin-left:1px;
	font-size:18px;
	font-family: "Times New Roman", Georgia, Serif;
	font-weight:bold;
    display:block;
    background-color:white;
    color:black;
    border: none;
    outline:none;
}






