
.VSMALL 
{
font-size: small;
}

.BOLD 
{
font-weight: bold
}

.NDATE 
{
font-weight: bold
}

.MARE 
{
color: #FF0000;
}

.MARE:link 
{
color: #FF0000;
}

.MARE:visited 
{
color: #C00000;
}

.MARE:active 
{
color: #FF4040;
}

.STALION 
{
color: #0000FF;
}

.STALION:link 
{
color: #0000FF;
}

.STALION:visited 
{
color: #0000C0;
}

.STALION:active 
{
color: #4040FF;
}

a:hover
{
}

a:link
{
}

a:visited 
{
}

a:active 
{
}


a.menu:hover
{
align: center
text-align: center;
background: #AAAAAA;
display: block;
width: 100%;
}

a.menu:link
{
align: center
display: block;
width: 100%;
}

a.menu:visited 
{
align: center
display: block;
width: 100%;
}

a.menu:active 
{
align: center
display: block;
width: 100%;
}

a.submenu:hover
{
display: inline;
background: #AAAAAA;
width: 100%;
}

a.submenu:link
{
display: inline;
width: 100%;
}

a.submenu:visited 
{
display: inline;
width: 100%;
}

a.submenu:active 
{
display: inline;
width: 100%;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.align-right { 
float:right; 
margin: 0 0 0 0; 
display: inline;
}

.align-left {
float:left;
margin: 0 0 0 0;
display: inline;
}

.center {
text-align: center;
}

