body {
	background-color: rgb(153,153,255);
	margin: 0;
	padding: 0;
}
div.body {
    width: 760px;
    padding: 5px;
    background-color: white;
    color: rgb(102, 0, 102);
    font-family: Times New Roman,Times,serif;
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    
    /* center */
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-size: 32pt;
    font-family: BernhardMod BT,serif;
    letter-spacing: 0.25em;
    text-align: center;
    color: rgb(153, 153, 255);
    margin: 0 0;
}
h2 {
    font-size: 20pt;
    font-family: Staccato222 BT,cursive;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: lowercase;
    color: rgb(153, 153, 255);
    margin: 0 0;
    margin-bottom: 1em;
}
h3 {
    font-size: 14pt;
    font-family: Courier New, monospaced;
    letter-spacing: 8pt;
    text-transform: uppercase;
}
.title {
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1em;
    text-align: center;
    width: 80%;
    color: rgb(153, 153, 255);
    border-top: 1px solid rgb(153, 153, 255);
    border-bottom: 1px solid rgb(153, 153, 255);
    
    font-size: 15pt;
    font-family: Times New Roman, Times, serif;
    letter-spacing: 0.25em;
}
a:link {
    color: rgb(255, 51, 153);
}
a:visited {
    color: rgb(255, 51, 153);
}
a.plain {
	text-decoration: none;
}

hr {
	color: rgb(153, 153, 255);
	background-color: rgb(153, 153, 255);
	border: solid 1px rgb(153, 153, 255);
}

p.smalltext {
    color: rgb(0, 0, 102);
    font-size: 10pt;
    font-weight: normal;
}
/* IE acts a little funny w.r.t. margins... */
div.outerbox {
    padding: 20px 0;
}
div.box {
	margin: 0;
    padding: 20px;
}
.highlight {
    color: rgb(255, 51, 153);
}
