/* background box */
#everything {
	border:9px double white;
	padding:15px 15px 20px 15px;
	background-color:#085dad;
	width:500px; }

/* author */
h1 {
	margin-top:0px;
	font-weight:bold;
	font-size:24pt;
	font-family:Helvetica, sans-serif; 
	color:white;
	text-align:center;
	border-bottom:2px solid white; }

/* title */
h2 {
	margin:0px;
	font-size:22pt;
	font-family:Helvetica, sans-serif; 
	font-variant:small-caps;
	color:#04325E; }

/* subtitle */
.subtitle {;
	font-style: italic; 
	font-family: Georgia, serif; 
	font-size:12pt;
	color:#21bede;
	margin-left:32px; }

/* list area */
ul {
	padding:8px 0px 4px 20px;
	margin:0px;
	margin-top:10px;
	font-size:16pt;
	background-color:#8cc739; }

/* each list item */
li {
	margin-bottom:5px; }
li > a {
	color:#4C1172;
	text-decoration:none; }
li > a:hover {
	color:#7E509D; }