body {
	color: #000000;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-position: 0% 0%;
	background-repeat: repeat;
	font-family: "times new roman", serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	speak: normal;   /* spell-out */
	speak-numeral: continuous;  /* digits */
	speak-punctuation: none; /* code */
	speech-rate: slow;
	voice-family: female;
	volume: 40;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

.frame {
	width: 740px;
	height: auto;
	border: 2px solid #000000;
	margin: 20px 20px 20px 20px;
	padding: 10px;
	color: inherit;
	background-color: #ffffff;
	}

.intro {
	font-size: 24px;
	font-style: oblique;
	text-align: center;
	}

.photo {
	width: auto;
	height: auto;
	color: black;
	background-color: white;
	border: 2px solid black;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.sites {
	width: auto;
	height: auto;
	color: black;
	background-color: white;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.mailform {
	width: auto;
	height: auto;
	color: black;
	background-color: white;
	border: 8px solid #cccccc;
	text-align: left;
	padding: 20px;
	}

h1 {
	font-size: 24px;
	font-style: oblique;
	}

h2 {
	font-size: 18px;
	}

.bold {
	font-weight: 700;
	}

.italic {
	font-style: italic;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

a:link { color: blue; background-color: inherit; }    /* unvisited links */
a:visited { color: blue; background-color: inherit; }   /* visited links   */
a:hover { color: lime; background-color: inherit; } /* user hovers     */
a:active { color: lime; background-color: inherit; }   /* active links    */

q:lang(en) { quotes: '"' '"' "'" "'" }

p:first-letter {}

p:first-line {}


