/* CSS Document */
/*Paragraphs and the like*/

p.regular {
	font-family:verdana;
	font-size:15px;
	text-indent:20px;
	text-align:justify;
	line-height:130%;
}

p.super {
    font-family:Lucida Calligraphy;
	text-align:center;
}

p.special {
	text-align:center;
	font-family:Verdana;
	font-size:15px;
	background:#FFCCCC;
}


/*Links and Anchors*/

a:link {
	text-decoration:none;
	color:#3300FF;
	outline-color:#33CCFF;
	outline-width:thin;
}

a:visited {
	text-decoration:none;
	color:#000099;
	outline-color:#000099;
	outline-width:thin;
}

a:hover {
	text-decoration:underline;
	color:#00CCFF;
	outline-color:#00CCFF;
	outline-width:medium;
}

a:active {
	text-decoration:underline;
	color:#33CC00;
	outline-color:#33CC00;
	outline:double;
}

/*These are for citation links*/

a.cite:link {
	text-decoration:none;
	color:#CC3399;
	outline-color:#CCFF00;
	outline-width:thin;
}

a.cite:visited {
	text-decoration:none;
	color:#9900FF;
	outline-color:#99CCFF;
	outline-width:thin;
}

a.cite:hover {
	text-decoration:underline;
	color:#FF0066;
	outline-color:#3399FF;
	outline-width:medium;
}

a.cite:active {
	text-decoration:underline;
	color:#FF00FF;
	outline-color:#6699FF;
	outline:double;
}

/*The Headers I might Use*/

h1 {
font-size:30px;
font-weight:bold;
text-shadow:#000099;
color:#00CC00;
}

h2 {
font-size:20px;
font-weight:700;
text-shadow:#0099FF;
color:#3300FF;
}

h3 {
font-size:18px;
font-weight:500;
text-shadow:#CCFF66;
color:#FF6600;
}

/*Here's what I think I may need for my sitemap*/

p.sitemap {
	font-family:comic sans MS;
	text-indent:100px;
	color:#00BFFF;
	text-shadow:#000066;
	font-weight:100;
}

p.sitemap2 {
	font-family:comic sans MS;
	color:#00BFFF;
	text-shadow:#000066;
	font-weight:100;
}

h1.sitemap {
	font-size:30px;
	font-weight:bold;
	text-shadow:#000099;
	color:#00CC00;
	text-indent:20px;
}

h2.sitemap {
	font-size:20px;
	font-weight:700;
	text-shadow:#0099FF;
	color:#3300FF;
	text-indent:10px;
}

h3.sitemap {
	font-size:18px;
	font-weight:500;
	text-shadow:#CCFF66;
	color:#FF6600;
	text-indent:60px;
	text-align:justify;
}
