/* NO UNDERLINING FOR LINKS */
a
{
text-decoration: none
}



/* NO BORDER ON IMAGE LINKS*/
img
{
border:none;
} 




/* BACKGROUND PAGE COLOUR */
body
{
background-color: white;
color: black
}





/* LINK COLOURS NORMAL*/
a.normal:link {background-color: white; color: blue}
a.normal:visited {background-color: white; color: green}
a.normal:hover {background-color: white; color: red}
a.normal:active {background-color: white; color: green}



/* LINK COLOURS MAIN MENU */
a.main:link {background-color: white; color: blue}
a.main:visited {background-color: white; color: blue}
a.main:hover {background-color: white; color: red}
a.main:active {background-color: white; color: red}



/* HORIZONTAL RULE STYLE DETAILS */
hr
{
color: black; 
background: black; 
border: 0; 
height: 2px; 
width: 100%;
}





/* CENTRE BODY TEXT FOR MAIN ARTICLES*/
.centre
{
text-align: center;
}




/* MAIN HEADING ON SPLASH PAGE */
h1 
{
text-align: center;
color: red;
background-color: white;
font-size: 400%;
font-family: arial, helvetica, sans-serif;
margin-bottom: 2px
}



/* HEADING ALONG TOP OF ALL SCREENS */
h2
{
text-align: center;
color: red;
background-color: white;
font-size: 200%;
font-family: arial, helvetica, sans-serif;
margin-top: 2px;
margin-bottom: 2px
}



/* MENU TITLE ABOVE SUB MENU LIST + EXTRA SPLASH TEXT */
h3
{
text-align: center;
color: black;
background-color: white;
font-size: 150%;
font-family: arial, helvetica, sans-serif
}




/* MAIN ARTICLE HEADING */
h4
{
text-align: center;
color: black;
background-color: white;
font-size: 190%;
font-family: arial, helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
width: 40%;
text-align: left;
}



/* SUB HEADING FOR MAIN ARTICLES */
h5
{
text-align: center;
color: black;
background-color: white;
font-size: 115%;
font-family: arial, helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
width: 40%;
text-align: left;
}




/* MAIN MENU ON EACH PAGE */
p.menuone
{
text-align: center;
color: black;
background-color: white;
font-size: 80%;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px
}





/* INTRO TEXT */
p.intro
{
text-align: center;
color: black;
background-color: white;
font-size: 100%;
font-family: arial, helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
width: 40%
}





/* ORIGINAL SUB MENU LIST */
p.submenu
{
text-align: center;
color: black;
background-color: white;
font-size: 100%;
font-family: arial, helvetica, sans-serif;
font-weight: bold
}




/* MAIN BODY OF TEXT FOR ARTICLES*/
p.body
{
color: black;
background-color: white;
font-size: 100%;
font-family: arial, helvetica, sans-serif;
margin-left: auto;
margin-right: auto;
width: 40%;
text-align: left;
}


/* RIGHT FLOATING PULL QUOTES FOR ARTICLES */
.floatright
{
float: right;
color: #303030;
font-size: 120%;
text-align: center;
width: 40%;
margin: 0 0 15px 15px;
}


