﻿body 
{
	background-color: Black;
	font-family:Verdana;
	font-size:12px;
}
.Cursor
{
	cursor:hand;

}

.LeftLine
{
	border-left-style:dotted;
	border-left-color:Gray;
	border-left-width:thin;
}
	
	A:link
{
    text-decoration:none;
    color:#008080;
} 
A:visited
{
    text-decoration:none;
    color:#008080;
}
A:hover
{
    text-decoration:none;
    color:black;
}
A:active
{
    text-decoration:none;
    color:#008080; 
} 
