/* Star Trek Lives - Style Sheet - Main */

/* Formatierung Body */
body {
	margin-top: 0pt;
	margin-bottom: 0pt;
	background-color: #000066; }

/* Formatierung Links */
a:active 	{ text-decoration: none; color: #3300cc; }
a:link 		{ text-decoration: none; color: #0099ff; }
a:visited 	{ text-decoration: none; color: #0099ff; }
a:hover 		{ text-decoration: none; color: #0066cc; }

/* Formatierung Head */
div.head {
	text-indent: 20mm;
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 12pt;
	color: #C0CCF0; }

div.small {
	text-align: justify;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	font-size: 7.5pt;
	color: #C0CCF0; }

/* Formatierung Bottom */
div.bottom {
	text-indent: 20mm;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	font-size: 7.5pt;
	color: #C0CCF0; }

/* Formatierung Absatz block */
p {
	text-align: justify;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	font-size: 7.5pt;
	color: #C0CCF0; }

/* Formatierung Absatz rechts */
p.right {
	text-align: right;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	font-size: 7.5pt;
	color: #C0CCF0; }

/* Formatierung Absatz links */
p.left {
	text-align: left;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	font-size: 7.5pt;
	color: #C0CCF0; }
