/*
Theme Name: Ceetar Simple Main
Theme URI: http://www.ceetar.com
Description: Ceetar's Simple Theme for www.ceetar.com
Version: 1.0
Tags: blue,two-columns,white,light,fixed-width,right-sidebar
Author: Ceetar
Author URI: http://www.ceetar.com
*/

body {
	background: #ADD8E6;
	font: 1.1em Arial;
	color: #orange;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #156CB2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.fleft {
float: left;
}

.fright {
float: right;
}

.linkcol {
width: 18%;
border: 1px solid blue;
text-align: left;
}

.textcol {
width: 78%;
}

.clearer {
    clear: both;
}

tabtitle {
font-size: 25pt;
text-align: center;
}