/* 

http://www.buildwebsite4u.com/building/web-fonts.shtml

*/

/* General definitions */
BODY
{
	color: #000000;
	font-family: "Times New Roman",Times,Georgia,sans-serif;
	font-size: 10px;
	text-align: center;
}

A
{
	color: #000000;
	text-decoration: underline;
}

A:link
{
	/* color: #000000; */
	color: #000000;
	/* text-decoration: none; */
    /* border-bottom: 1px dashed #0000FF; */
    /* border-bottom: 1px solid #000000; */ 
	background: transparent;
}

A:visited
{
	/* color: #333333; */
	color: #000000;
	/* text-decoration: none; */
    /* border-bottom: 1px dashed #000000; */
    /* border-bottom: 1px solid #000000; */
	background: transparent;
}

A:hover
{
	color: #0000FF;
	/* text-decoration: none; */
    /* border-bottom: 1px solid #FF0000; */
}

/*
A:active
{
	color: #999999;
	/* text-decoration: none; */
    /* border-bottom: 1px solid #0000FF; */
}
*/