@import url("../../../typo3/sysext/rtehtmlarea/res/contentcss/default.css");

.htmlarea-content-body, p, div, table { font-size: 10px; font-family: Verdana, sans-serif; color:#ffffff; }
.htmlarea-content-body { 
	background-color: #00365E;
}

.htmlarea-content-body a,
a { color: #ffffff; text-decoration: none; font-weight: bold; }

.htmlarea-content-body a:visited,
a:visited { color: silver; }

.htmlarea-content-body a:hover,
a:hover { text-decoration: underline; }
a img { border: 0; }


h1 { font-size: 12px; font-weight: bold; }
h2, h3, h4, h5, h6 { font-size: 10px; font-weight: bold; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { font-size: 1em; font-weight: bold; }

p { margin: 0px; margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { margin: 0; margin-top: 10px; }


ul,ol { margin-bottom: 10px; }

/*

UL { margin-top: 0px;  }
OL { margin-top: 0px; padding-left: 20px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

TABLE.contenttable { border: 1px solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext {  }
TABLE.contenttable TR {  }

div.csc-header h1,
div.csc-header h2,
div.csc-header h3,
div.csc-header h4,
div.csc-header h5 { margin-bottom: 0px; margin-top: 0; }

*/
