@charset "UTF-8";
/* CSS Document */

body {
		background-color: 	#000000;
		font-family:		Baskerville, Georgia, "Times New Roman", serif;
		font-size:			10pt;
		line-height:        16pt;
		margin:				0px;
}

#allcontent {
		width:				320px;
		margin-left:		auto;
		margin-right:		auto;
}


#cover {
		margin:				0px;
		width:				320px;
		height:				420px;
}

#cover a {
		text-decoration: 	none;
		background:			none;
}

#title {
		margin:				0px;
		padding: 			0px 60px 0px 60px; /* top right bottom left */
}
#contents {
		margin:				0px;
		padding: 			10px 0px 10px 0px; /* top right bottom left */
		width:				320px;
		background-color:   #e6e6e6;
}

#about {
		margin:				0px;
		width:				320px;
		background-color:   #e6e6e6;
}

.nav {

}

.links {
		text-align:         center;
		color:				#000000;
		font-size:			12pt;
		font-variant:		small-caps;
		font-weight:		700;
		line-height:        30pt;
		
}

.subtitle {
		text-align:         center;
		color:				#000000;
		font-size:			10pt;
		
}

.opening {
		font-size: 			14pt;
		font-style:			italic;
		font-weight:		600;
}

p {
	text-align:				justify;
	margin:					10px;
}

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

a:hover {
		color:				#000000;
		text-decoration:	underline;
}

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



