/* Start of CMSMS style sheet 'spashstyle' */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: normal;
	color: #fff;
	font-family: georgia, "times new roman", serif;
	font-size: 62.5%;
	background-color: #990099;
       margin-top: 50px;
            }
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
   font-family: tahoma, "lucida bright", "times new roman", serif; 
   font-size: 1.5em;
   margin-bottom:0
   color: #fff }

p + p {
   text-indent:1em;
   margin-top:0 }

h1 {  font-family: tahoma, "lucida bright", "times new roman", serif;
        font-size: 2.2em;
        font-weight: lighter;
        color: #203542;
}
h2 {
        font-family: tahoma, "lucida bright", "times new roman", serif;
        font-size: 1.7em;
        font-weight: lighter;
        color: #fff;
        margin-top: 0.85em;
        margin-bottom: 0.85em;
}
h3 {
       font-family: tahoma, "lucida bright", "times new roman", serif;
       font-size: 2.0em;
       font-weight: lighter;
       color: #203542;
       margin-top: 0.9em;
       margin-bottom: 0.9em;
}
h4 {
        font-family: tahoma, "lucida bright", "times new roman", serif;
        font-size: 1.9em;
        font-weight: lighter;
        color: #203542;
        margin-top: 0.95em;
        margin-bottom: 0.95em;
}
h5 {
	font-family: tahoma, Verdana, sans-serif;
	font-size: 1.8em;
        font-weight: lighter;
        color: #203542;
        margin-top: 1em;
        margin-bottom: 1em;
}
#wrapper {
        width: 600px;
        height: 500px;
        margin: 0 auto;
        text-align: center;

}


#splash {
        width: 960px;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        margin-left: auto;      
}

div#content a:link {
    color: #fff;
}

div#content a:visited{
    color: #fff;
} 



/* End of 'spashstyle' */

