body {  background-image:url('images/main.jpg');
	background-attachment:fixed;
	background-repeat:no-repreat; }

a:link {font-family:'Verdana','MS Sans Serif';
	font-size:10pt;
	text-decoration:underline;
	color:blue; }
a:visited{font-family:'Verdana','MS Sans Serif';
	font-size:10pt;
	text-decoration:underline;
	color:blue; }
a:hover {font-family:'Verdana','MS Sans Serif';
	font-size:10pt;
	text-decoration:underline;
	color:red; }
a:active{font-family:'Verdana','MS Sans Serif';
	font-size:10pt;
	text-decoration:underline;
	color:gray; }
a:focus {font-family:'Verdana','MS Sans Serif';
	font-size:10pt;
	text-decoration:underline;
	color:gray; }

p, td, li, blockquote
   { font-family:'Verdana','MS Sans Serif';
       font-size:10pt;
       color:#000000; }

h1 { font-family:'Verdana','MS Sans Serif';
       font-size:18pt;
       font-weight:bold; 
       text-decoration:none;
       color:#000000; }

h2 { font-family:'Verdana','MS Sans Serif';
       font-size:12pt;
       font-weight:bold; 
       text-decoration:none;
       color:#000000; }