/* 
    Document   : gp_sheet
    Created on : Feb 20, 2009, 9:05:31 PM
    Author     : KiloWhiskeyBravo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
/* Links */
a {
color: #003366;
}
a:link {
	color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
}

a:visited {
  color: #3366FF;
    font-family: Arial,Helvetica,sans-serif;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

body {
	background-color: #990000;
}

td, th, h3, h6 {
	color: #330000;
}

h1, h2, h4, h5 {
  color: #660000;
}
form {

    background-color: #cccccc;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-right-style: dashed;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: purple;
    border-bottom-color: purple;
    border-left-color: purple;
    border-right-color: purple;
}



