
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>



</head>


<body>


body{
 font-family: "Berlin Sans FB",verdana,sans-serif;}
 
h1{
  color: violet;}
  
p{
  color: orange;}
  
h2{
 color: darkcyan;}
/* hex code*/

ul{
 color: rgb(103,155,122);}

a: link{
 color: deepblue;
 text-decoration: Berlin Sans FB, Georgia, serif;}

a: visited{
 color: blue;}

a: hover{
 color: pink:
 text-decoration: underline;}

a: active{
 color: darkcyan;}

.race{
 border: 12px solid: #665544;
 background-color: #903AFF;
 padding: inherit;}

.column 1 of 3, .column 2 of 3, .column 3 of 3{
 width: 300px;
 float: right;
 margin: 10px;} 

</body>
</html>

