/*						Dracula Fangs .com
/
/                 Sample page layout
/	---------------------------------------------------
/ |                 1. General set up astyles         |
/ |                                                   |
/ |					2. Text Area 					  |                
/	---------------------------------------------------
/

1/* General setup styles */
body {
	background-color: #OOOOOO;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #66CC99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.textBoxStyle { 
	text-align: left;
	font-size: 10px; 
}

/* 2. Text Area Styles */
.header {
	color: #FFCCOO;  /* gold */
	font-size: 18px;
	font-weight: bold;
}
.paragraphTitle {
	color: #FFFFFF;  /* white */
	font-size: 14px;
	font-weight: bold;
}
.paragraphSubtitle {
	color: #FFFFCC;	/* pale yellow */
	font-size: 13px;
	font-weight: bold;
}
.mainNavTop {
	color: #FFFFCC;	/* pale yellow */
	font-size: 12px;
	font-weight: bold;
}
.paragraphText {
	color: #FFFFFF;	/* white */
	font-size: 12px;
}
.copyright {
	color: #FFFFFF;	/* white */
	font-size: 10px;
}
.copyright2 {
	color: #FFFFFF;	/* white */
	font-size: 8px;
}
.toplinks {
	color: #FFFFFF;	/* white */
	font-size: 10px;
	font-weight: bold;
}
.customlinks {
	color: #FFFFCC;	/* pale yellow */
	font-size: 11px;
	font-weight: bold;
}
.paragraphSite {
	color: #000099;	/* navy */
	font-size: 12px;
	font-weight: bold;
}
