@charset "UTF-8";
/* CSS Document */
a:link {
color: #FF3399;
text-decoration: none;
}
a:visited {
color: #FF3399;
text-decoration: none;
}
a:active {
color:#FF3399;
}
a:hover {
color: #FF99CC;
text-decoration: none;
}
body {
font-family:"Courier New", Courier, monospace;
color: #FF3399;
font-style: strong;
font-size:16px;
}
#wrapper {
width: 740px;
margin: 15px auto 0 auto;
text-align: left;
}
p {
margin-left: 0px;
margin-right: 10px;
}
h1 {
font-family:"Courier New", Courier, monospace;
font-size: 2.5em;
color: #FF3399;
padding-left: 0px;
padding-top: 20px;
margin-bottom: -25px;
}
h2 {
background:url(images/Lines/BlueLine.gif);
background-position:left top;
background-repeat:no-repeat;
margin-left: 10px;
margin-right: 10px;
}
h3 {
background:url(images/Lines/Pink.gif);
background-position:left top;
background-repeat:no-repeat;
margin-left: 10px;
margin-right: 10px;
margin-top:40px;
}
h4 {
margin-top: -15px;
font-size: 14px;
font-style:normal;
font-weight: normal;
}
ul#mainNav {
margin-left: 0;
margin-right:0;
padding-left: 0;
list-style:none;
}
#mainNav li {
float: left;
width:150px;
margin-left: 70px;
margin-right: 5px;
}
#mainNav a{
text-decoration: none;
border: 0;
display: block;
}
