/*
first.css
---------
*/

.LinkFont {
 font-size : 12;
 font-family :  Arial;
 color : #ffff00;
 font-style: italic;
 text-decoration: underline;
 font-weight: none;
}
a.LinkFont:HOVER {
 font-size : 14;
 font-family :  Arial;
 color : #ff9900;
 font-style: italic;
 text-decoration: none;
 font-weight: bold;
}

h1
{
 font-size : 26;
 color: #ff9900;
 font-family :  arial;
 font-weight: bold;
}

h2
{
 font-size : 16;
 color: #000000;
 font-family :  Arial;
 font-style: italic;
 font-weight: none;
}

h3
{
font-size: 10;
font-family :  Arial;
font-weight: bold; 
color: #FFFFFF;
text-decoration: underline;
}

h4
{
font-size: 8;
font-family :  Arial;
color: #FFFFFF;
font-style: italic;
font-weight: bold; 
}

h5, h5 a
{
font-size: 6;
font-family :  Arial;
color: #FFFFFF;
text-decoration: none;
font-weight: none; 
}
