@charset "UTF-8";
/* CSS Document */

.text {
color:#666666;
font-family:trebuchet ms;
font-size:11px;
text-align:justify;
padding:20px;
}

.footer{
color:#FFFFFF;
font-family:trebuchet ms;
font-size:11px;
text-align:center;
}

.title{
color:#FFCC33;
font-family:trebuchet ms;
font-size:14px;
font-weight:bold;
font-family:Georgia;

}

.imagebox{
float:left;
width:280px;
height:250px;

}

a:link{
color:#666666;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a:visited{
color:#666666;
text-decoration:none;
}

#footer a:link{
color:#FFCC00;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

#footer a:visited{
color:#FFCC00;
text-decoration:none;
}