/* font includes */
@font-face {
	font-family: decor;
	src: url(./fonts/killb___.ttf);
}
/* font includes end*/
/* link formatting */
a:link {color:DimGray; text-decoration:none;}
a:visited {color:DimGray; text-decoration:none;}
a:hover {color:darkred; font-weight:bold;}
a:active {color:gold; text-decoration:none;}
/* link formatting end */
.main
{
 background-color:#FFFFFF;
 color:#000000;
 overflow:auto;
 font-size:14px;
}
.top
{
 text-align:center;
 font-family: decor;
 width:100%;
 height:15px;
}
.left
{
 position:absolute;
 margin-top:115px;
 float:left;
 width:160px;
 padding-right:0px;
 padding-top:160px;
 text-align:right;
 font-size:20px;
 z-index:+2;
}
.right 
{
 position:absolute;
 left:0px;
 margin-left:180px;
 margin-top:100px;
 margin-right:0px;
 padding-top:125px;
 padding-left:10%;/*feel nice border to the left of the text*/
 padding-right:15%;/*keeps top border end off screen to the right*/
 float:left;
 width:65%;/*width of text in right plane*/
 height:150%;
 border-style:solid none none solid;
 border-width:10px;
 border-radius:20px;
 border-color:rgb(250,230,0);
 color:rgb(0,0,0);
}
h1
{
 text-align:center;
 color:rgb(0,0,0);
}
h2
{
 line-height:2em;
 text-decoration:overline
}
ul 
{
 list-style-type:circle;
}
p
{
 text-indent:16px;
}
body
{
  font-size:12px;
}
.center{text-align:center;}