
	body	
	{
		font-family: Georgia,Trebuchet MS;
		font-size: 16px;
		font-style: normal;
		line-height: 24px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #FFF;
		text-decoration: none;
		background-attachment: fixed;
		background-color: #336;
		background-image: url();
		background-repeat: repeat-y;
		background-position: left top;
	} 
	 
	p,blockquote,li,ol,ul,td	
	{
		font-family: Georgia,Trebuchet MS;
		font-size: 16px;
		font-style: normal;
		line-height: 24px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #FFF;
		text-decoration: none;
	} 
	 
  	a:link {
  		font-family: Georgia,Trebuchet MS; 
  		font-size: 16px;
		font-style: normal;
		line-height: 24px;
         	 color: yellow;
          	text-decoration: underline;
         	 background: transparent;
 		}

  	a:active {
  		font-family: Georgia,Trebuchet MS; 
  		font-size: 16px;
		font-style: normal;
		line-height: 24px;
            	color: yellow;
            	text-decoration: none;
            	background: transparent;
 		}

 	a:visited 	
 	{
 		font-family: Georgia,Trebuchet MS;
 		color: #goldenrod;
 		text-decoration: underline;
 		background: transparent;
 	}
	
