/* default style sheet */

A	{ text-decoration : underline; }
A:Link	{color: #491500;
	font-weight: bold;
	}
A:Visited	{color: #7C3F21;
		font-weight: bold;
		}
A:Active	{color: #3F217C;
		font-weight: bold;
		}
A:HOVER		{
        	color: #6D217C;
		font-weight: bold;
        	text-decoration: underline overline;
		}

A.nav:link	{color: #491500;
		font-weight: bold;
		text-decoration: none;
		}
A.nav:Visited	{color: #7C3F21;
		font-weight: bold;
		text-decoration: none;
		}
A.nav:Active	{color: #3F217C;
		font-weight: bold;
		text-decoration: none;
		}
A.nav:HOVER	{
        	color: #6D217C;
		font-weight: bold;
        	text-decoration: underline overline;
		}

A.plain:link	{ 
		color: white;
		text-decoration : none;
		font-weight: bold;
		}

A.plain:visited	{
		color: white;
		 text-decoration : none;
		font-weight: bold;
		}

A.plain:active	{ text-decoration : none;
		color: white;
		font-weight: bold;
		}

A.plain:hover	{ text-decoration : none;
		font-weight: bold;
		color: #E2D287;
		background: #233B6A;
		}
 
A.poet:link	{
		color: #000080;
		text-decoration : none;
		font-weight: normal;
		font-size: 9px;
		}

A.poet:visited	{
		color: #000080;
		text-decoration : none;
		font-weight: normal;
		font-size: 9px;
		}

A.poet:active	{
		color: #000080;
		text-decoration : none;
		font-weight: normal;
		font-size: 9px;
		}

A.poet:hover	{
		color: #000080;
		text-decoration : underline overline;
		font-weight: bold;
		font-size: 9px;
		}

A.award:link	{
		color: #000080;
		text-decoration : none;
		font-weight: normal;
		font-size: 9px;
		}

A.award:visited	{
		color: #000080;
		text-decoration : none;
		font-weight: normal;
		font-size: 9px;
		}

A.award:active	{
		color: #000080;
		text-decoration : none;
		font-weight: normal;
		font-size: 9px;
		}

A.award:hover	{
		color: #000080;
		text-decoration : underline overline;
		font-weight: normal;
		font-size: 9px;
		}



  BODY {
        font-family: verdana, tahoma, arial;
        font-weight: normal;
	font-size: 10pt;
        color: black;
 	background: #EACDB1;
	margin: 0px;
	}



TT 	{
    	font-family: tahoma, arial, verdana;
        font-size: 8pt;
    	font-weight: normal
	}



HR	{
	color: #E2D287;
	margin: 0px;
	}


TD {
        font-family: verdana, tahoma, arial;
        font-weight: normal;
	font-size: 10pt;
        color: black; 
	}

H1 {
        font-family: times new roman;
        font-weight: bold;
	font-size: 24pt;
        color: black;  
	}

H2 {
        font-family: times new roman;
        font-weight: bold;
	font-size: 12pt;
        color: black;  
	}

.box {
	border-color: white;
	border-style: dotted;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: white no-repeat url(graphics/bluebg.jpg) 0px 0px;
	}

.banner {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

.small {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background: #a3e7d0;
	}

.smallpurple {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background: #89A1D0;
	color: white;
	font-weight: bold;
	}

.poetbox {
	border-color: #AC2C0A;
	border-width: thin;
	border-style: solid;  
	border-collapse: collapse;
	border-spacing: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
	background: white url(graphics/authorbg.jpg) 0px 0px;
	}


.main {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	background: white no-repeat url(graphics/shtl3.gif) 0px 0px;
	}

.key 	{
	font-size: 9px;
	}

.keya 	{
	font-size: 9px;
	background-color: #FFF2E4;
	}
