/* CSS Start */
body
{
background-color: #4d0202;
}

a:link {
	color:white;}

a:link img, 
a:visited img { 
   border: none; 
  } 
a:hover img, 
a:active img { 
   border: none; 
} 

h3 {color:white;
font-size:24px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

p {color:white;
font-size:16px;
font-family:Verdana, Geneva, sans-serif;
text-align:center;
}
#text {
	margin-top:70px;}


