/* Pseudo-classes for hypertext links in the proper order: L-V-H-A */
a:link    {	color: #0000FF}
a:visited { color: #990000}
a:hover   {text-decoration: none; background-color: #ddd;}
a:active  {color: white; background-color: #930;}


body {
	background-color: white;
	color: black;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 1em 5em;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	color: #00a;
}

h2 {
	font-size: 1.3em;
	font-variant: small-caps;
	color: #833;
}

h3 {
	font-size: 1.2em;
}

h4 {
/*	font-size: 1.2em;*/
	padding-left: .5em;
}

p {
	line-height: 1.25em;
}

p+h2, p+h3, p+h4 {
	padding-top: 1.5em;
}

/******************************************************************************************/


.updated {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}

div.section {
	border-top: 1px dotted green;
	border-bottom: 1px dotted green;
}

div.tn {
	width: 150px;
	float: left;
	text-align: center;
	padding: 10px;
	height: 150px;
}

div.tn-right {
	width: 150px;
	float: right;
	text-align: center;
	padding: 10px;
	height: 150px;
}

div#nameouter {
background: green;
padding: 5px;
	-moz-border-radius: 15px;
}

div#nameplate {
	background-color: green;
	padding: 10px;
	border: 5px solid white;
	-moz-border-radius: 15px;
}

div#nameplate h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
}

div#nameplate h2 {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

