/* Main style sheet for my website */

BODY {
	font-size: 11pt; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, "sans serif"; 
	background-color: #FFCC99;
 	background-image:URL(http://www.athena13.com/backgrounds/ladyback.jpg);
}

A:link {color: #FFCC99; font-weight: bold; text-decoration: none;}

A:visited {color: #CC9966; font-weight: bold; text-decoration: none;}

A:active {color: #999999; font-weight: bold; 
}

H1 {font-size: 25pt;  color: #FFCC99; font-weight: bolder; font-family: "tempus sans", templar; font-style: italic;}

H2 {font-size: 22pt; color: #FFFFFF; font-weight: bolder; font-family: Verdana, Arial, Serif; 
font-style: normal;
}

H3 {
	font-size: 14pt; 
	color: #FFCC99; 
	font-weight: bold; 
	font-family: Verdana, Arial; 
	font-style: normal;
}

BLOCKQUOTE {
	text-align: justfy;
	color: White;
	Font-family: Verdana, Arial;
}

EM {color: #FFCC99;}

TABLE	{
	Font-color: White;
}
	

P {
	Font-family: Verdana, Arial, Serif; 
	color: #FFFFFF;
	text-align: justify
}

.fanfic {
	font-size: 11pt;
	font-weight: bold;
}

.notice {
	font-size: 7pt;
	text-align: center;
}

.righttop {
	font-size: 7pt;
    	color: #FFCC99;
	vertical-align: text-bottom;
	line-height: 0.3em;
	text-align: right;
}

.lefttop {
	font-size: 7pt;
    	color: #FFCC99;
	vertical-align: text-bottom;
	line-height: 0.3em;
	text-align: left;
}

.fanficright	{
	font-size: 11pt;
	text-align: right;
}

.fanficlinkright	{
	font-size: 10pt;
	text-align: right;
	line-height: 1.3em;
	vertical-align: top;
}

.fanficindexlink	{
	font-size: 10pt;
	line-height: 1.7em;
	vertical-align: top;
	text-align: center;
	margin-left: 2in;
}

.link	{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

.fourleft
	{
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Serif;
	line-height: 0.3em;
	text-align: left;
	vertical-align: top;
}

.fourright {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Serif;
	line-height: 0.3em;
	text-align: right;
	vertical-align: top;
}

.titleright {
	font-size: x-large;
	color: #FFCC99;
	font-weight: 100;
	text-align: right;
	vertical-align: text-bottom;
	line-height: 0.3em;
	font-family: "tempus sans", templar;

}

.titleleft {
	font-size: x-large;
	color: #FFCC99;
	font-weight: 100;
	text-align: left;
	vertical-align: text-bottom;
	line-height: 0.3em;
	font-family: "tempus sans", templar;
}

.ring	{
	font-size: 9pt;
	text-align: center;
}	

.right {
	text-align: right;
	line-height: 0.3em;
	vertical-align: top;
}

.left {
	text-align: left;
	line-height: 0.3em;
	vertical-align: top;
}

.quote {
	text-align: justify;
	margin-right: 4em;
	margin-left: 4em;
}

.floatleft {
	text-align: right;
	margin-left: 4in;
}

.floatright {
	text-align: left;
	margin-right: 4in;
}

.menuright	{
	font-size: 8pt;
	text-align: right;

}

.menuleft	{
	font-size: 8pt;
	text-align: left;	
}


IMG

.left {
	float: left;
}

.right	{
	float: right;
}
        
