﻿@import url("layout.css");
body {
	font-family:  Arial, sans-serif;
	font-size: 1.em;
}
#content {
	color:#CCCCFF;
	}
#content h1 {
	color: #9999FF;
	font-size: x-large;
	font-weight:normal;
}
#content h2 {
	color: #666699;
	font-size: large;
	font-weight: normal;
}
#content h3 {
	color: #9999FF;
	font-size: medium;
	font-weight: normal;
}
#content h4 {
        color : #6666FF;
        font-size: medium;
        font-weight:normal
 
}
#content h5 {
        font-size: x-large;
        font-weight:normal;
}
/* General Typography */
a {
	color: #eeeeff;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}

p.LinkList {
	color:#ffffff;
	font-size:small;
}