/* CSS Document */
html {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

h1 {
font-family: arial;
color: #000000;
font-size: 16px;
}

h2 {
font-size: 12px;
color: #000000;

}

#break {
height: 1px;
width: 100%;
background-color: #999999;
margin: 0;
padding: 0;
}

a {
width: 150px;
display: block;
text-decoration: none;
font-size: 11px;
color: #666666;
line-height: 18px;
text-transform: capitalize;
}

a:hover {
text-decoration: underline;
}