/*             C.O.S. CSS              */

/*               Body                            */
body {background-image:url("wallpaper.jpg")}

/*               Headline                       */
h1 {font-family: "Times New Roman"; font-size: 225%; font-style: italic}
h2 {font-family: "Times New Roman"; font-size: 200%}
h3 {font-family: "Times New Roman"; font-style: oblique; font-size: 165%}

/*               Paragraph                    */
p {font-family: "Times New Roman"; font-size: 155%}
p.sansserif {font-family: sans-serif}
p.large {font-family: "Times New Roman"; font-size: 175%}
p.small {font-family: "Times New Roman"; font-size: 100%}

/*               Links                          */
a:link {color: #FF0000}
a:visited {color: #000FFF}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
a.three:hover {background: #66ff66}
a.linkbig {font-size:130%; font-family: "arial"}

/*               Buttons                          */
input.groovybutton
{
   font-size:18px;
   font-weight:bold;
   width:275px;
}
/*               Other HTML Tags      */
div.first:first-letter {color: #000000; font-size:135%; font-family: "Times New Roman"}
div.ours {color: #000000; font-size:105%; font-family: "Times New Roman"}
div.others {color: #000000; font-size:95%; font-family: "Times New Roman"}
.li {font-family: courier;font-size: 100%}
.red-large {color: blue; font-size:115%; font-family: "tahoma";font-weight: bold;}
