
ul, ol, li {
    color: #666666;
}


h1 {
    color: #0099ff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

h2 {
    color: #0099ff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

h3 {
    color: #0099ff;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
}

p {
    color: #666666;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}

.accent {
	font-weight: bold;
    color: #0099ff;
}

em {
    font-weight: bold;
    color: #0099ff;
	font-style: normal;
}

.quote {
    margin: 10px 20px 10px 20px;
	border: 1px dotted #666666;
	padding: 10px;
}

.rightalign {
    text-align: right;
}


a:link { color: #3399ff; }
a:visited { color: #3399ff; }
a:hover { color: #3399ff; }
a:active { color: #3399ff; }
