body {
margin: 0pt;
background-color: #FFAEE1;
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #000000;
}

.body {
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #000000;
}

.topbar {
font-family: Arial;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
}

.headmessage {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
}

.copyright {
font-family: Arial;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
}

.categories {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
}

.h1 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #000000;
}

.h2 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}

.h3 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #B63E69;
}

.h4 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #FFAEE1;
}

.h5 {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #FFAEE1;
text-align: right;
}


/*  LINKS 
---------------------------*/

A 		{ color: #000000; font-family: Arial; }
A:link		{ color: #000000; text-decoration: none; }
A:visited	{ color: #000000; text-decoration: none;  }
A:active	{ color: #000000; text-decoration: none;  }
A:hover		{ color: #B63E69; text-decoration: underline; }

.topbar A 		{ color: #FFFFFF; font-family: Arial; font-size: 10px; text-decoration: none; font-weight:normal;}
.topbar A:link	        { color: #FFFFFF; text-decoration: none; }
.topbar A:visited	{ color: #FFFFFF; text-decoration: none; }
.topbar A:active	{ color: #FFFFFF; text-decoration: none; }
.topbar A:hover	        { color: #FFFFFF; text-decoration: underline; }

.body A 		{ color: #000000; font-family: Arial; font-size: 12px; text-decoration: underline; font-weight:normal;}
.body A:link	        { color: #000000; text-decoration: underline; }
.body A:visited	        { color: #000000; text-decoration: underline; }
.body A:active	        { color: #000000; text-decoration: underline; }
.body A:hover	        { color: #FFAEE1; text-decoration: underline; }

.copyright A 		{ color: #FFFFFF; font-family: Arial; font-size: 10px; text-decoration: none; font-weight:normal;}
.copyright A:link	{ color: #FFFFFF; text-decoration: none; }
.copyright A:visited	{ color: #FFFFFF; text-decoration: none; }
.copyright A:active	{ color: #FFFFFF; text-decoration: none; }
.copyright A:hover	{ color: #FFAEE1; text-decoration: underline; }

.categories A 		{ color: #FFFFFF; font-family: Arial; font-size: 11px; text-decoration: underline; font-weight:normal;}
.categories A:link	{ color: #FFFFFF; text-decoration: underline; }
.categories A:visited	{ color: #FFFFFF; text-decoration: underline; }
.categories A:active	{ color: #FFFFFF; text-decoration: underline; }
.categories A:hover	{ color: #B63E69; text-decoration: underline; }

