body
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 105%;
    background-color: Black;
    color: White;
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
    scrollbar-3dlight-color: #BB6600;
    scrollbar-darkshadow-color: #663300;
    scrollbar-face-color: #FF8800;
    scrollbar-highlight-color: #FFAA00;
    scrollbar-shadow-color: #884400;
    scrollbar-track-color: #333333;
    cursor: url(images/techno.cur);

}

p
{
    margin: 10px;
    text-align: left;
    text-indent: 40px;
}

h1
{
    font-family: Stop, Comic Sans MS, Sans-Serif;
    font-size: 400%;
    text-align: Center;
    text-decoration: Underline;
    color: #FF8800;
}

h2
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 225%;
    color: #FF8800;
    text-align: Center;
    text-decoration: Underline;
}

h3
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 175%;
    color: #FF8800;
    text-align: Left;
    font-style: italic;
    margin: 10px;
}

img
{
    border: none;
}

a
{
	text-decoration:none;
	cursor: url(images/link.cur);
}

a:link
{
    color: #FF8800;
}


a:hover
{
    font-weight: Bold;
    color: #FF4400;
}

.inline a:hover
{
	font-weight:normal;
}

a:visited
{
    color: Red;
}


div.inline
{
    float: left;
    text-align: center;
    width: 24%;
    border: none;
}

div.line
{
    font-size: 105%;
    clear: both;
    text-align: center;
    width: 100%;
    border: none;
}

div.teammember
{
    text-align: center;
    padding-bottom: 1em;
    width: 49%;
    border: none;
    float: left;
}

div.left
{
    float: left;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    width: 49%;
}

div.right
{
    float: left;
    text-align: left;
    width: 49%;
}

div.headerrow
{
    width: 100%;
    background-image: url('images/gradient.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    margin-right: 0px;
    margin-left: 0px;
    left: 0px;
    right: 0px;
    padding-top:1px;
    padding-bottom:1px;
}

br.break
{
    clear: both;
}

ul
{
    /*list-style-image: url(bullet.gif);*/
    text-align: left;
    font-size: 125%
}

a.h3
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 175%;
    text-align: Left;
    color:#FF8800;
    font-style: italic;
    margin: 10px;
}

a:hover.h3
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 175%;
    text-align: Left;
    font-weight: bold;
    color:#FF4400;
}
    
    
