/* CSS Document */

body {
font-family:sans-serif;
font-size:small;
color:#ffffff;
background-color:#333333;
width:300px;
}

a:link {

color: #ff6600;

font-size: x-small;

text-decoration: none;

}


a:visited {

color: #ff6600;

font-size: x-small;

text-decoration: none;

}

a:hover {

color: #ff0000;

font-size: x-small;

}


h1 {
font-size:180%;
color:#660000;
}

h2 {
font-size:150%;
color:#660000;
}

h3 {
font-size:120%;
color:#660000;
}

h4 {
font-size:100%;
color:#660000;
}

h5 {
font-size:100%;
color:#660000;
}

h6 {
font-size:100%;
color:#660000;
}

