/*
 *  WoW Experience Monitor web site.
 */


BODY
{
	background-color:								#201000;
	color:											#dfdfff;
	font-family:									verdana;
}


A, A:visited, A:active
{
	color:											#9f9fff;
	text-decoration:								underline;
}


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

H1
{
	font-size:										large;
	font-weight:									bold;
	width:											100%;
	padding-top:									20px;
	border-bottom-style:							solid;
	border-bottom-width:							thin;
	border-bottom-color:							#605040;
}

H2
{
	font-size:										medium;
	font-weight:									bold;
}


TD.Layout
{
	width:											640px;
	background-color:								#402000;
	padding:										10px;
}


TABLE.Layout
{
	width:											100%;
}


DIV.PageTitle
{
	font-size:										xx-large;
	text-align:										center;
}


DIV.PageSubTitle
{
	font-size:										large;
	text-align:										center;
}

