/*
CSS for BR 2011
*/


body {
font-family: veranda, helvetica, arial, sans-serif;
color: white;
background: black url(br2011intropic2.jpg) top;
font-size: small;
}

h1{color:green;
font-size: 4em;
font-style: bold;
}

a:link {color: yellow;
}

a:visited {color: aqua;

}

a:hover {text-decoration: none;
color: white;
background-color: green;
}

a:active {color: aqua;
background-color: navy;
}

li {font-size: large;
}