* {
margin: 0;
padding:0;
}

body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
color: #333333;
line-height: 16px;
}

h1 {
font-size: 21px;
line-height: 16px;
margin-bottom: 16px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
line-height: 16px;
margin-bottom: 16px;
}

h5 {
font-size: 12px;
line-height: 16px;
margin-bottom: 0px;
}

h6 {
font-size: 11px;
font-weight: normal;
line-height: 16px;
margin-bottom: 16px;
color: #333333;
}

p {
font-size: 11px;
line-height: 16px;
margin-bottom: 16px;
}

ul, ol {
font-size: 11px;
line-height: 16px;
margin-left: 4em;
margin-bottom: 16px;
}

cite {
font-size: 11px;
line-height: 16px;
margin-bottom: 16px;}

.container {
margin-left: auto;
margin-right: auto;
}

a:link
{
font-weight: bold;
font-size: 11px;
line-height: 16px;
color: #333333;
text-decoration: none;
border: none;
}
a:visited
{
font-weight: bold;
font-size: 11px;
line-height: 16px;
color: #333333;
text-decoration: none;
border: none;
}
a:hover
{
font-weight: bold;
font-size: 11px;
line-height: 16px;
color: #999999;
text-decoration: none;
border: none;
}
a:active
{
font-weight: bold;
font-size: 11px;
line-height: 16px;
color: #333333;
text-decoration: none;
border: none;
}
