@charset "UTF-8";

* {
    padding:0px;
    margin:0px;
}

body {
    background-color:#f2f2f2;
    font-family:"Georgia", "Times New Roman", Times, serif;
    color:#000000;
    font-size:12px;
    padding:9px;
    line-height:1.3;
}

div {
}

h1 { font-size:22px; padding: 6px 0; }
h2 { /*font-size:16px;*/ font-weight:bold; padding: 4px 0; }
h3 { font-size:14px; font-weight:normal; }
h4 { font-size:10px; font-weight:normal; }

small { font-size:10px; }

a { color: #993333; text-decoration:none; }
a:hover { text-decoration:underline; }

a img { border:0px; }


