﻿body.background 
	{
		background-image:url(images/grad.jpg);
		background-repeat:repeat-x;
		font:Verdana;
	}
div.content
	{
	font:"Arial Black", Gadget, sans-serif 16px extra-bold #fff;
	margin-left:100px ;
	margin-left:-30px;
	margin-top:10px;
	color: #ffffff;
	width:740px;
	height:auto;		
	border:none;		
	text-align:left;
	margin-bottom:20px;
	overflow:auto;
	padding:25px;
	

	}
div.contentsize
	{
		margin-right:20px;
		width:680px;	
		
		
	}

	 /* 
	 this is for the link states    
	*/
a:link
	{
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	font-size:20px;
	
	
	}
	

a:visited
	{
	 
	color: #ffffff;
	text-decoration: none;
	font-size:25px;
	}

a:hover
	{
	font-weight: bold;
	background: #000; 
	color: #ffffff;
	text-decoration: none;
	font-size:25px;
	}

a:active
	{
	font-weight:bolder; 
	color: #ffffff;
	text-decoration: none;
	font-size:25px;
	}
	