/*  dark green: 060 */
/*  yellow FFE359*/
/* 17% grey DCDCDC */

body {
margin: 0px;
padding: 0px;
font-size:62.5%;
font-family: Times, "Times New Roman", serif;
background-color: #060;
}

div.header {
width: 100%;
height: 100px;
margin-bottom: 0px;
}

div.navigate {
width: 100%;
height: 35px;
background-color: #DCDCDC;
margin-top: 0px;
}

div.content {
background-color: white;
color: black;
width: 70%;
margin: 20px auto;
}

div.left {
float: left;
padding: 10px;
background-color: white;
}

div.right {
float: right;
padding: 10px;
background-color: white;
}

div.dent {
margin: 0px 12%;
}

div.smdent {
margin: 0px 6%;
}

h1 {
font-size: 2.5em;
font-weight: normal;
text-align: center;
margin: 10px 1em;
}

h2 {
font-size: 2.5em;
font-weight: normal;
text-align: center;
font-style: italic;
}


h3 {
font-size: 2.2em;
font-weight: normal;
text-align: center;
margin: 10px 7%;
}

h5 {
text-align: center;
font-weight: normal;
font-size: 2em;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
line-height: 1.3;
}

h5.smaller {
font-size: 1.6em;
}

h6 {
color: black;
font-size: 1.5em;
text-align: center;
font-weight: bold;
margin-top: 5px;
margin-bottom: 0px;
}

h5.garth {
font-size: 1.2em;
}

p {
font-size: 1.8em;
margin-left: 2em;
margin-right: 2em;
line-height: 1.3;
}

p.big {
font-size: 2.7em;
text-align: center;
}

.centre {
text-align: center;
}

.rightal {
text-align: right;
font-size: 1.5em;
}


.navbut a:link {
color: #060;
background-color: #DCDCDC;
border: 2px solid black;
text-decoration: none;
}

.navbut a:visited {
color: #060;
background-color: #DCDCDC;
border: 2px solid #060;
text-decoration: none;
}

.navbut a:hover {
color: #DCDCDC;
background-color: #060;
border: 2px solid red;
text-decoration: none;
}

.navbut a:active {
color: white;
background-color: black;
border: 2px solid #DCDCDC;
text-decoration: none;
}

span.vidname {
font-size: 120%;
font-style: italic;
font-weight: bolder;
}
