body {
	font-family: arial, Comic Sans MS, verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
        margin:0px auto auto auto;
	padding:0px 0px 7px 7px;
}

p.ln {
        margin: 6px 0;
        padding: 5px;
        background-color: #cad3e0;
        -moz-border-radius: 6px;
        display: block;
}

/* div implies "display: block": */
div.ln {
        margin: 0;
        padding: 4px;
        background-color: #cad3e0;
        -moz-border-radius: 6px;
}

span.ln {
        margin: 0;
        padding: 4px;
        background-color: #cad3e0;
        -moz-border-radius: 6px;
}

div {
	font-family: arial, Comic Sans MS, verdana, sans-serif;
	font-size: 14px;
	margin: 3px;
	padding: 4px;
	display: block;
	-moz-border-radius: 6px;
}

td {
	-moz-border-radius: 2px;
	text-align: left
}

th {
	font-family: arial, Comic Sans MS, verdana, sans-serif;
	font-size: 14px
}

li {
	margin-bottom: 5px
}

a:link {
	color: #665500;
	text-decoration: underline;
}
a:visited {
	color: #5488b1;
	text-decoration: underline
}
a:active, a:hover {
	color: #52b6e9;
	text-decoration: underline overline;
        background: #eff6fa
}
a.site:link, a.site:visited { color: #2438a1 }
a.user:link, a.user:visited { color: #236823 }
a.search:link, a.search:visited { color: #df7925 }
a:hover,a.site:hover,a.user:hover,a.search:hover { background-color: #fff6cf }

.xsmall {
	font-size: 10px
}
.small {
	font-size: 12px
}
.large {
	font-size: 16px
}
.xlarge {
	font-family: Comic Sans MS, arial;
	font-size: 20px
}
.bold {
	font-weight: bold
}
.domain {
	margin: 3px;
	padding: 0px 5px 2px;
	background-color: #e8cfcf;
	-moz-border-radius: 6px;
	font-family: Comic Sans MS, arial;
	font-size: 23px;
	font-weight: bold;
	color: #5488b1;
}
.green {
	color: #238e23;
}
.blue {
	color: #243881
}
.white {
	color: #ffffff
}
.red {
	color: #f95936;
	font-family: inherit
}

.bttn {
	font-weight: bold;
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	color: #5488b1;
	background-color: #effaff;
	border-top: 1px hidden;
	border-bottom: 1px solid #5488b1;
	border-left: 0px none;
	border-right: 0px none;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 2px;
	cursor: pointer;
	cursor: hand;
	width: auto;
	overflow: visible;
}
.bttn:hover {
	color: #52b6e9;
	background-color: #eff6fa;
	border-top: 1px solid #5488b1;
}
