p		{	margin-top		:	0.5cm;
		}
body 
          	{
             		background              :	url(bg1.jpg);
             		font-family             :       verdana;
	     		text-align		:       center;
             		background-attachment	:	fixed;
          	}

h1
          	{
             		font-weight		:       bold;
             		text-align              :       center;
             	 	font-size               :       30pt;
          	}
a:link    	
		{	color			:	black;
			text-decoration		:	none;
	  	}
a:visited	
		{  	color			:	black;
			text-decoration		:	none;
	  	}
a:hover	  	
		{  	color			:	#ccffff;
			text-decoration		:	none;
	  	}
a:active  	
		{  	color			:	black;
			text-decoration		:	none;
		}
	  	
A.menulink {
display: block;
width: 150px;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:15px;
color: #000000;
border: solid 1px #000000;
cursor:hand;
font-weight: bold;
background-color: #66ccff;
}
A.menulink:hover {
border: solid 1px #000000;
background-color:#ccffff;
color:#000000;
}
.disclaimer
{
font-face: verdana;
text-color: black;
fonts-size: 10px;
}
.tabborder1
{
border: 3px;
border-color: #000000;
border-style: solid;
text-align: center;
background-color: #cccccc;
}


