A
{
 text-decoration:	underline;
}

A:hover
{
 color:			#FFFFCC;
 text-decoration:	underline;
}

A:focus
{
 color:			red;
 text-decoration:	underline;
}

DIV
{
 text-align:	left; //justify;
}

H1, H2, H3, H4, DT
{
 text-align:	left;
}

UL
{
 list-style:	square;
}

.gray
{
 border:	2px solid red;
 background:	#333;
}
