/*		adverts.css			*/
/*	css for fossetrinitymews.co.uk site 	*/
body {
/*   background-color: #ccffcc; */
   background-color: #fffacd;
   width: 1000px;
}
/* fosse trinity news */
h1 {
   font-family: "Algerian", Arial, sans-serif;
   font-weight: normal;
   font-size: 48pt;
   color: purple;
   width: 1000px;
   text-align: center;
}
/*                     page header        */
h2 {
   font-family: Georgia, serif;
   font-weight: normal;
   font-size: 20pt;
   text-align: center;
   border-width: 5px;
   border-style: solid;
   border-color: gray;
   padding-top: 5px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   position: absolute;
   top: 100px;
   left: 230px;
   width: 500px;
   text-align: center;
}
/*                     page links          */
#h4 {
   font-family: Tahoma, Arial, sans-serif;
   font-weight: normal;
   font-size: 20pt;
   text-align: center;
   position: absolute;
   top: 120px;
   left: 100px;
   white-space: nowrap;
}
/* sorting the lists */
ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
ul li {
   background-repeat: no-repeat;
   background-position: 0px 5px; 
   padding-left: 14px; 
   padding-top: 20px; 
}
/*                      adverts       */
#tad3a {
   position: absolute;
   top: 170px;
   left: 80px;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14pt;
   color: black;
   line-height: 70%;
   white-space: nowrap;
}
#tad3b {
   position: absolute;
   top: 170px;
   left: 600px;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14pt;
   color: black;
   line-height: 70%;
   white-space: nowrap;
}
#tad3c {
   position: absolute;
   top: 200px;
   left: 920px;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 14pt;
   color: black;
   line-height: 70%;
   white-space: nowrap;
}
a {
   font-weight: normal;
}
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: black; background-color: lightgreen; }
a:active { color: black; background-color: red; }
