/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body
{
	/* Font */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

	/* Text color */
	color: #222;

	/* Remove the background color to make it transparent */
	background-color: #fff;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right:0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 40px;
}


body{font-family:Georgia,Verdana,Geneva;font-size:14px;color:#DBEDF9;line-height:1.5em;background-color:#061224;}
big{font-size:140%;}
h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
a:link{color:#2B80FF;text-decoration:none;} a:hover{color:#87B9FF;}
a:visited{color:#2063C1;text-decoration:none;} a:visited:hover{color:#87B9FF;}