/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: Black;
    border: none;
    margin: none;
    color: Navy;
}

A:link	
{	
	text-decoration: none;
	color:	#ffffff;
}	
		
A:visited
{	
	text-decoration: none;
	color:	#ffffff;
}	
		
A:active
{	
	text-decoration: none;
	color:	#ffffff;
}	
		
A:hover
{	
	text-decoration: underline;
	color:	#ffffaa;
}
	
MYTXT
{
	color: #FFFF00;
}

OL.Alpha2
{
    LIST-STYLE-TYPE: lower-alpha
}
A.bod:link
{
    COLOR: blue;
    FONT-VARIANT: small-caps
}
A.bod:hover
{
    COLOR: brown;
    FONT-VARIANT: small-caps
}
A.bod:visited
{
    COLOR: blue;
    FONT-VARIANT: small-caps
}
.Tm1
{
    FONT-SIZE: large;
    COLOR: white;
    FONT-FAMILY: Georgia, 'Times New Roman', serif
}
.Tm2
{
    FONT-SIZE: medium;
    COLOR: orange;
    FONT-STYLE: oblique;
    FONT-FAMILY: Georgia, 'Times New Roman', serif
}
TD.VPDirections
{
    FONT-SIZE: xx-small
}
TD.VPThead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small
}
P.FinePrint
{
    FONT-SIZE: xx-small
}
TD.PTitle
{
    FONT-WEIGHT: bolder
}
A.sam:link
{
    COLOR: dimgray;
    FONT-STYLE: italic;
    FONT-VARIANT: small-caps
}
A.sam:hover
{
    FONT-WEIGHT: bolder;
    COLOR: dimgray;
    FONT-STYLE: italic;
    FONT-VARIANT: small-caps
}
A.sam:visited
{
    COLOR: dimgray;
    FONT-STYLE: italic;
    FONT-VARIANT: small-caps
}
.Sidebar
{
    FONT-SIZE: x-small;
    FONT-FAMILY: Georgia, serif
}
