/* CSS Document */
body
{
background-color: blue;
color: #FFFFFF;
}

noscriptformat
{
color: #FFFFFF;
display: block;
width:400px;
}

p.cnsnav
{
border-color: #ffffff;
border-style: solid;
border-width: 1px;
color: #FFFFFF;
background-color:gray;
display: block;
width:100%;
text-align: center;
font-size: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
position:relative;
top:-20px;
clear:left;
}

/* set margin for left side of an element */
.leftmargin {margin-left: 3cm}

/* set margin for right side of an element */
.rightmargin {margin-right: 3cm}


/* set margin for top of an element */
.topmargin {margin-top: 3cm}

/* set margin for bottom of an element */
.bottommargin {margin-bottom: 0cm}

h1 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 25px;
color: #FFFFFF;
font-weight: bold;
}

h2 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
}

h5 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #FFFFFF;
}

h6 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
}

p.simpletext
{
color: #FFFFFF;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.storytext2
{
color: #FFFFFF;
font-size: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a.one:link {
	text-decoration: none;
	color: #FFFFFF
}
a.one:visited {
	text-decoration: none;
	color: #FFFFFF
}
a.one:hover {
    text-decoration: underline;
    color: #FFFFFF
}


ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

/* sets image halfway across the page - didn't work */
img.sidebyside
{
position:absolute;
right:426px;
}