/*page controls.css for background, writing, etc*/

/*page defaults*/
body{
background-color:black;
font-size:25px;
font-family:ariel,tahoma,times new roman;
color:#2E64FE /*default writing color*/
margin:0;
}

p {
color:mediumslateblue;
border:1px solid blue;
margin-left:25px;
margin-right:25px;
padding:10px;
}


h4{color:#2F81E6;}


/* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://ani.cursors-4u.net/food/foo-7/foo652.cur), progress !important;} /* End http://www.cursors-4u.com */