/* CSS Document */

body
{
margin: 0;padding: 12px;
font:80% Arial, Helvetica, sans-serif;
line-height:1.6em;
color: #666666;

}

a, a:visited {
text-decoration: none;
color: #ED008C; 
font-weight: bold;
}
a:hover {
font-weight: bold;
text-decoration: none;
color: #666666; 
}

p {
font-size: 100%;
margin: 0;
padding: 0;
}

p.small {
font-size: 80%;
line-height: 1.3em;
}

h1 {
font-size: 150%;
font-weight: bold;
margin: 0 0 0 0;
color: #ED008C;
border-bottom:1px solid #cccccc;
}

h2 {
font-size: 130%;
font-weight: bold;
margin: 32px 0 0 0;
color: #ED008C;
}

h3 {
font-size: 120%;
font-weight: bold;
margin: 16px 0 0 0;
color: #ED008C;
}

h4 {
font-size: 110%;
font-weight: bold;
margin: 16px 0 0 0;
}

h5 {
font-size: 100%;
font-weight: bold;
margin: 16px 0 0 0;
}

img {
margin: 0;
padding: 0;
}

