BODY 
{
  color:            #black;
  background:       url(../ani/back.jpg) no-repeat fixed center;
  font-family:      sans-serif;
  font-size:        14px;
}

TABLE 
{
  color:            black;
  background-color: #FFFFFF;
  font-family:      sans-serif;
  font-size:        14px;
  border:           1px;
}

H1
{
  color:                 black;
  font-family:           sans-serif;
  font-size:             150%;
  font-weight:           bold;
  border:                2px dotted #E67473  
}

A:link
{
  color:                 #495368;
  text-decoration:       underline	  
}
		 
A:visited 
{
  color:                 #495368;
  text-decoration:       underline	  
}
		  
A:hover   
{
  color:                 #373e4f;
  font-weight:           bold;
  text-decoration:       none
}
	  

