/* Style sheet for OLENAYOGA */
/* Copyright (c) 2005 Olena Kolomiyets */

BODY {
	font-family: helvetica, arial, sans-serif; 
	color: #333333;
	}

P {
	font-size: 10pt;
	text-align:justify;
	}

TD,UL,LI {
	font-size: 10pt;
	text-align:left;
	}

H1 {
	font-size: 16pt;
	font-weight: bold;
	}

blockquote {
	font-family: serif;
	font-size: 10pt;
	}
blockquote:before {content: open-quote }
blockquote:after {content: close-quote }

.box {
	border: 1px solid black;
	}

.quote {
	font-family: serif;
	font-size: 10pt;
	text-align: center;
	margin: 3px;
	}

.cite {
	font-family: times, serif;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	margin: 3px;
	}

.white { color: white; }
.black { color: black; }

