/*
CSS for Kirkmichael Website
*/
<!--
.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
-->

body{
font-family:Arial, Helvetica, sans-serif;
background-color:#eee8df;
line-height:110%;
padding-top: 1em;
margin: 0;
}

h1, h2, h3{
font-family:Arial, Helvetica, sans-serif;
}/*This means all Headings will have these font attributes*/

h1{
font-size: 18px;
color:#c0a696;
padding-top:.5em;
padding-bottom: .2em;
padding-left: .5em;
padding-right: .5em;
margin:0;
}/*This bit is the title at the top of the page content*/

h2{
color:#999999;
text-align:justify;
font-size: 14px;
padding-top:.2em;
padding-left: .8em;
padding-right: .5em;
padding-bottom: .2em;
font-weight:normal;

}/*This is the first para of the main site content*/

p{
font-size:12px;
text-align:justify;
color:#999999;
padding-left: .8em;
padding-right: .5em;
padding-bottom: .1em;
}/*This is the colour and style of all paragraph text within the main content*/

li{
font-size:12px;
list-style-type:square;
color:#999999;
padding-top: 0.1em;
padding-bottom: .1em;
padding-right: .5em;
}/*These are the attributes for the sites links, the block of  colour and the size and style of bullets and text*/

ul{
margin-top:0.5em;
}/*This bit affects the margin at the top of the colour of the site links*/

.quotes{
color:#999999;
font-family:'Times New Roman', Times, serif;
letter-spacing:0.02em;
}/*This CLASS is used for the blockquote*/

blockquote.quotes{
font-style:italic;

}/*This applies the above class to the blockquote*/

a:link{
text-decoration:none;
color:navy;
}/*This makes all hyperlinks navy in colour*/

}
a:visited{
text-decoration:none;
color:#993a00;
}/*This makes all visited hyperlinks navy in colour*/

a:hover{
text-decoration:none;
color:white;
background-color:#999999;
}/*This makes the hyperlinks have no underline on the over state and highlighted with a block colour*/

a:active{
text-decoration:none;
color:dark red;
}/*This makes all active unclicked hyperlinks aqua in colour*/
