body { 
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #89B7CF;
}

a:link { 
	color: #003399;
}

a:active {
	color: #a5d2fc;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #ff0000;
}

h1 {
	font-family: "Monotype Corsiva", "Comic Sans MS", cursive;
	color: #003366
}

h2 {
	color:#FFFFFF;
}

.name_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF00FF;
	font-size: 26px;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

.emphasize {
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px
}

.content {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	font-style: italic;
	font-weight: bold
}

.warning {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	font-style: italic;
	font-weight: bold;
}

.parent-advisory {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366
}

.form-box {
	border: 2px dashed #003366;
	width: 485px;
	padding: 1em;
	margin: 2em
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: smaller
}

form {
	width: 790px;
	border: 1px solid #cccccc;
	background-color:#FF66CC;
	padding: 5px;
	text-align: left;
	margin: 0px;
}

form#asacp {
	width: 90px;
}