/* Project Michelle */
/* Master Stylesheet
----------------------------------------------------------------------------- */
@import url("layout.css");
@import url("forms.css");


/* Style Precedents
----------------------------------------------------------------------------- */

body {
margin: 0;
font: normal 12px/13px Arial, Verdana;
color: #000000;
}

a:link, a:visited, a:active {
color: #e91106;
text-decoration:none;
}

a:hover {
text-decoration: underline;
}

ul, ol {
list-style-type: none;
padding: 0pt 0pt;
}

li {
display: inline;
float: left;
height: 20px;
width: 20px;
}

img {
border: none;
}

h1 {
}

h2 {
font-size: 17px;
color: #527918;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

h3 {
font-size: 15px;
color: #000000;
font-weight: bold;
}
