h1,h2{font-family: Tahoma,Arial,sans-serif;
font-weight: 800;
font-variant: small-caps;
}
h1{
font-size: 30px;
font-style: bold;
}
h2{
font-size: 20px;
font-style: italic;
}

a:link,a:visited,a:link,a:visited{
font-size: 12pt;
font-weight: 800;
font-variant: small-caps;
}
a:link,a:visited{
color: orange;
text-decoration: none;
}
a:hover,a:active{
color: white;
}
u{}
b{
color: #ffff9f;
font-size: 14px;
font-weight: 800;
text-decoration: underline;
}