﻿*
{
    font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif;
}

html
{
}

body
{
    color: #000;
    margin: 0;
    padding: 0;
    font-size:.9em;
}

form
{
}

div
{
    margin: 0;
    padding: 0;
}

h1
{
    margin: 0;
    padding: 0;
    font-weight: 100;
    color: #0cf;
    font-size:1.5em;
}

h1 a, h1 a:link, h1 a:active, h1 a:visited
{
    text-decoration:none;
    color: #0cf;
}

h1 a:hover
{
    text-decoration:underline;
}

h2
{
    margin: 0;
    padding: .25em 0 0 0;
    font-weight: 100;
    color: #09c;
    font-size:1.3em;
}

h3
{
    margin: 0;
    padding: .25em 0 0 0;
    font-weight: 100;
    color: #09c;
    font-size:1.2em;
}

h4, h5, h6
{
    margin: 0;
    padding: .5em 0 0 0;
    font-weight: 100;
    color: #09c;
    font-size:1em;
}

ul
{
}

ul li
{
}

ol
{
}

ol li
{
}

p
{
    line-height:1.5em;
    margin: 0;
    padding: 1em .2em 0 .4em;
}

blockquote
{
    margin: .2em 1em;
    font-style: italic;
}

span
{
}

a, a:link, a:active, a:visited
{
    text-decoration: underline;
    color: #09c;
    outline:none;
}

a:hover
{
    text-decoration: none;
    color: #0cf;
}

a img
{
    border:none;
}

fieldset
{
    margin:0;
    padding:0;
    border: none;
}

legend
{
    margin: 0;
    padding:0;
    color: #0cf;
    font-size: 1.1em;
    font-weight: 100;
}

label
{
}

input
{
    
}
input[type="text"]
{
}
textarea
{
}

select
{
}
input[type="button"], input[type="submit"]
{
}
button
{
}
