a
{
color: #c00;
text-decoration: underline;
}

a:hover
{
color: #300;
text-decoration: underline;
}


.text 
{
font-family: arial;
font-size: 16px;
line-height: 23px;
color: #333333;
width: 700px; 
display: block;
float: left;
vertical-align: top;
}

.minitext 
{
font-family: arial;
font-size: 13px;
margin-left: 30px;
line-height: 17px;
color: #555;
width: 250px; 
display: block;
float: left;
vertical-align: top;
}

h1
{
font-family: georgia;
font-size: 24px;
line-height: 32px;
font-weight: bold;
color: #333;
letter-spacing: 0px;
margin: 20px 0 10px 200px;
display: block;
}

.andrew
{
font-family: georgia;
font-size: 14px;
line-height: 19px;
color: #333333;
padding: 0 0 0 50px;

}


