@charset "UTF-8";
/* CSS Document */

/* Body */

body {
	color:#ffe682;
	background-color:#999999;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

/* Body Title */

h1 {
	text-transform:capitalize;
	text-align:center;
}

/* Body Subtitle */

.subtitle {
	font-size:0.4em;
	text-align:center;
	text-transform:none;
}

/* Quick Links */

.quicklinks {
	text-align:center;
}

/* Body Text */

p {
	text-align:justify;
	text-justify:inter-word;
	font-size:1em;
	font-family:Comic Sans MS;
}


/* Body Linkage */

a:link {
	color:#666666;
}

a:visited {
	color:#e6e6e6;

}

a:hover {
	color:#666;
	font-weight:500;	
}

a:active {
	color:#ff0000;
}

/* Signature */

p.signature {
	text-align:right;
}

.cursive {
	font-family:cursive, Bradley Hand ITC TT-Bold;
}

/* Footer */

#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#695;
}


.FooterLeftFloat {
	float:left;
	margin:0em;
	text-align:left;
	font-size:0.8em;
	padding-bottom: 2em;
	border-style:none;
}

.FooterRightFloat {
	float:right;
	margin:0em;
	text-align:right;
	font-size:0.8em;
	padding-bottom: 2em;
	border-style:none;
}

a.FootLink:link {
	font-weight: 400;
	text-decoration: none;
	outline:none;
}

a.FootLink:visited {
	font-weight: 400;
	text-decoration: none;
	outline:none;
}

a.FootLink:hover {
	font-weight: 700;
	text-decoration: none;
	outline:none;
}

.Italics {
	font-style:italic;
}

.SmallCaps {
	font-variant:small-caps;
}

