/* RoughDraftDesigns */
html {border:0px none; margin: 0 auto; padding: 0}
body {

  margin: 5px 5px 5px 5px;
  padding: 0;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color: #ffffff;
  line-height: 16px;

}

td  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color: #ffffff;
  line-height: 16px;
}

a.nav:link {
    color: #fff;
    text-transform: uppercase;
    font-size:12pt;
    font-weight: bold;
    padding:3px;
    }
a.nav:visited {
    color: #fff;
    text-transform: uppercase;
    font-size:12pt;
    font-weight: bold;
    padding:3px;
}
a.nav:hover {
    color: #fff;
    text-transform: uppercase;
    font-size:12pt;
    background-color: #063e60;
    font-weight: bold;
    padding:3px;
}
a.nav:active {
    color: #fff;
    text-transform: uppercase;
    font-size:12pt;
    font-weight: bold;
    padding:3px;
    }

a:link {
	color: #ebe13b;
    text-decoration: none;
}
a:visited {
	color: #ebe13b;
    text-decoration: none;
}
a:hover {
	color: #ffffff;
    text-decoration: none;
}
a:active {
	color: #ebe13b;
    text-decoration: none;
}
h1 {
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 0;
}
.title{
    font-size:130%;
    color: #74c9ff;
}
.biggertitle{
    font-size:180%;
    line-height: 30px;
    font-weight: bold;
    color: #74c9ff;
}

p.content a {
	padding-bottom:1px;
	color:#000000;
	border-bottom:1px solid #cccccc;
	text-decoration:none;
}
p.content a:visited {
	padding-bottom:1px;
	color:#000000;
	border-bottom:1px solid #cccccc;
	text-decoration:none;
}
p.content a:hover {
	color:#000000;
}
p.content a:active {
	color:#000000;
}
input, select   {
    background-color: #fffff;
    padding:3px;
    font-size: 14pt;
    color: #000;
    outline:none;
 }

input.submit    {
    background-color: #fffff;
    padding:3px;
    font-size: 14pt;
    color: #000;
    outline:none;
}
