A:link, A:visited, A:active 
	{ 
		font-size: 14px;
		color: blue;
		text-decoration: underline
	}

A:hover
	{
		font-size: 14px;
		color: red; 
		font-weight: bold;
		text-decoration: underline
	}

A.DSA:active
{
    COLOR: black;
    font-weight: normal;
    FONT-FAMILY: Verdana, Arial
}
A.DSA:link
{
    COLOR: blue;
    font-weight: normal;
    FONT-FAMILY: Verdana, Arial
}
A.DSA:visited
{
    COLOR: blue;
    font-weight: normal;
    FONT-FAMILY: Verdana, Arial
}
A.DSA:hover
{
    FONT-WEIGHT: bolder;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}
A.Trademark:active
{
	font-size: 10px;
    COLOR: black;
    font-weight: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.Trademark:link
{
	font-size: 10px;
    COLOR: blue;
    font-weight: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.Trademark:visited
{
	font-size: 10px;
    COLOR: blue;
    font-weight: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.Trademark:hover
{
	font-size: 10px;
    FONT-WEIGHT: bolder;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}


	
BODY
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #000033;
	}
	

.body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		
	}
	

	  
.header
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: black;
		font-weight: bold;
		font-style: normal;		
	}
H2
{
    COLOR: #000066;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}
	


