/*CSS Design Copyright 2005 - uncommontimedotnet */

a:link {text-decoration: none; color: #192D6D}
a:visited { text-decoration: none; color: #0F1C47 }
a:hover { text-decoration: underline; color: #0F1C47 }
a:active { text-decoration: none; color: #192D6D }

body
{
	background-color: white;
	background-image: url(http://emily.uncommontime.net/emhat-bg.jpg);
	background-position: -10% -10%;
	background-repeat: no-repeat;
	font-family: Georgia, Verdana, Times New Roman, MS Serif;
	font-size: 9pt;
}

h1.Head
{
	color: black;
	font-family: Georgia, Verdana, Times New Roman, MS Serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -0.05em;
}