

/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333333;

background-color: #F9F9F9;

}

p {

width: 80%;

font-style: italic;

font-size: 12;

}

li {

list-style-type: disc;

line-height: 150%;


}

h1 {

/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-family: "Arial";

font-size: 16px;

font-weight:normal;

color: #000000;

text-align:center;

}

h2 {

font-family: "Arial";

font-size: 16px;

font-weight: ;

color: #000000;

text-align:center;

}

 

/**************** Pseudo classes ****************/


a.nav:link,a.nav:visited
{
display:block;
font-weight:bold;
font-family: "Arial";
color:#000000;
background-image:url('pics/navblue.png');
width:114px;
text-align:center;
padding:4px;
text-decoration:none;
}
a.nav:hover,a.nav:active
{
display:block;
font-weight:bold;
font-family: "Arial";
color:#000000;
background-image:url('pics/navred.png');
width:114px;
text-align:center;
padding:4px;
text-decoration:none;

}

/*

a:link {

font-family: "Arial";

color: blue;

text-decoration: none;

font-weight: normal;

}

li :link {



text-decoration: none;

font-weight: normal;

}

a:visited {

color: ;

text-decoration: non;

font-weight: normal;

}

li a:visited {

color: ;

text-decoration: none;

font-weight: bold;

}

a:hover {



text-decoration: underline;

font-weight: normal;

}

li a:hover {



text-decoration: underline;

font-weight: normal;

}

a:active {

color: red);


}
*/
/************************* ID's *************************/
/*
#top {

position: absolute;

width: 400px;

height: 600px;

margin: 0;

margin-top: 0px;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}

#left {

position: absolute;

width: 150px;

height: 1000px;

margin: 0;

margin-top: 200px;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}

#centre {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left

margin-top: 50px;

margin-left: 235px;

}
*/
