/* Type CSS rules here and they will be applied
to pages from 'www.unison-fife.org.uk'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet unifife.css ****/

body, td,p {
	margin: 0px;
	font-family : sans-serif;
	border-bottom-width : 0px;
	background-color: #FFFFFF;
	text-align: left
}
li{
	margin: 0px;
	font-family : sans-serif;
	border-bottom-width : 0px;
	background-color: #FFFFFF;
	text-align: left;
	list-style : square;
	margin-left : 5%;
}
a {
  text-decoration: none;
  color: blue
  }
a:link {
  text-decoration: none;
  color: blue
       }
a:visited {
	text-decoration: none;
	color: 339966;
}
a:hover {
  text-decoration: underline;
  color: blue
        }
H1{
	font-family : sans-serif;
	font-size : 120%;
	color : 330066;
	text-align: left
}
H4{
	font-family : sans-serif;
	font-size : 120%;
	color : Black;
	line-height : normal;
	margin : 0px 0px;
	letter-spacing : normal;
	border-bottom : thin;
	font-weight : normal;
}			
H3 {
	font-family : sans-serif;
	font-size : 110%;
	color : Black;
	line-height : normal;
	margin : 0px 0px;
	letter-spacing : normal;
	border-bottom : thin;
}
hr {
	color: 339966;
}
body {
  margin: 0px;
  border-bottom : none;
     }
.blog {
	font-family: serif;
	font-size: small;
	margin: 0px;
}
.date {
	font-family: sans-serif;
	font-size: small;
}
.side {
	font-family: sans-serif;
	color: #404040;
	font-size: larger;
} 
.title {
	font-family: sans-serif;
	color: 330066;
	font-size: x-large;
}
.mainpagelink {
  font-family: arial,helvetica;
       }	   
.header {
	font-family: sans-serif;
	color: black;
}
.dateheader {
	font-family: sans-serif;
	color: black;
	font-size: small;
}
.smltxt{
font-family: sans-serif;
 font-size: 70%
}
.bigtxt{
	color:339966;
	 font-family: sans-serif;
	 font-size: 120%
}
.mphdr{
	background-color : 330066;
	color : White;
	font-family : sans-serif;
	font-weight : bold;
        font-size: 110%; 
}
.links{
	background-color : Yellow;
        border : thin ridge;
}
.wnew{
	background-color : #EEEEEE;
}
.posthidden {display:none} 
.postshown {display:inline}