/* CSS Document */

body {
	background-image:  url(2015/bg-2015.jpg);
	background-attachment: fixed;
	background-color: #ffffff;
}
body,td,th {
	font-family: Calibri;
	font-size: medium;
	color: #333333;
}

@font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }

h1,h2,h3,h4,h5,h6 {
	font-family: sueellen;
}

p {
	font-size: small;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #990033;
}
a:hover {
	color: #990033;
}
a:active {
	color: #CC0000;
}
h1 {
	color: #CC3333;
}
h2 {
	color: #666666;
}
h3 {
	color: #666666;
}



#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links.	*/
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:100%;
height: 25px;
padding: 3px 3px 3px 3px;
border: 1px solid #ffffff;
background: #ff9900;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color:#000033;
font-weight: bold;
font-family: calibri;
}

#list-menu a:hover {
border: 1px solid #ffffff;
background-color:#66CCCC;
color: #ffffff;
}




