@charset "utf-8";
/* CSS Document */

body {	
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#333333;
}

a {
color:#009966;
text-decoration:underline;
}

a:active {
color:#ff99cc;
}

a:visited {
color:#006666;
}

img {
border:none;
}

h1 {
font-size:large;
}

h2 {
font-size:larger;
color:#00CC66;
}

h3 {
font:bold;
}

h4 {
font:bold;
color:#FF0099;
font:small-caps;
}