﻿/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D4C88E url(pictures/francis.jpg) no-repeat fixed left;
	font-size: 12px;
	text-align: justify;
	color: #4A4B45;
}

.hiden {
	display: none;
}

a:link { 
	text-decoration: underline; 
	color: #990000;
}

a:visited { 
	text-decoration: underline; 
	color: #336600;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFFCC;
	font-weight: bold;
}

#content {
	margin: 0;
	width: 500px;
	padding: 5px 30px 30px 300px;	
	overflow: visible;
	cursor: crosshair;
}

.index {
	position: absolute;
	width: 200px;
	left: 20px;
	top: 30px;
	font: italic 14px Times New Roman, Times, serif;
	text-align: left;
}

.maintitle {
	font: italic bold 24px Times New Roman, Times, serif;
	color: #353024;
	text-align: right;
	margin: 0;
}

.subtitle {
	font: italic bold 20px Times New Roman, Times, serif;
	color: #336600;
	text-align: left;
}

.caption2 {
	font: italic bold 20px Times New Roman, Times, serif;
	color: #996600;
}

.caption {
	font: italic bold 16px Times New Roman, Times, serif;
	color: #996600;
}

.title {
	font: italic bold 20px Times New Roman, Times, serif;
	color: #996600;
	text-align: right;
}

.heading {
	margin: 10px 0 0 0;
	font: italic 20px Times New Roman, Times, serif;
	color: #996600;
	text-align: right;
}

.heading2 {
	font: italic 20px Times New Roman, Times, serif;
	color: #996600;
	text-align: left;
}

.bold-italic {
	font: italic bold 14px Times New Roman, Times, serif;
}

.bold {
	font-weight: bold;
}

.bold-italic-right{
	font: italic bold 14px Times New Roman, Times, serif;
	text-align: right;
}

.author {
	margin: 20px 0 0 0;
	color: #666600;
	font-size: 10px;
	text-align: right;
}

.list {
	list-style: url(pictures/tau.gif);
	line-height: 24px;
}