/* CSS Document */

.homepage {

margin-right: auto;
margin-left: auto;
position: relative;
text-align: left;
}

.title {
font-family: Arial; 
font-size: 20px; 
font-weight: bold; 
color: #FFFFFF;
}

.text {
font-family: Arial; 
font-size: 12px; 
color: #FFFFFF; 
font-weight:bold;
}

.caption {
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
font-weight:bold;
font-style: italic;
}

a.LinkWhite {
font-family: Arial; 
font-size: 13px; 
color: #FFFFFF; 
font-weight:bold;
text-decoration:underline;
}

a.LinkWhite:hover {
font-family: Arial; 
font-size: 13px; 
color: #FFFFFF; 
font-weight:bold;
text-decoration:none;
}

