﻿/* Renaissance Wordrobe screen style */
body {
	background-color:white;
	font-family: Monotype Corsiva, serif; 
	color: #336600; 
	font-weight: 400
}
h1 {
	font-size: 58pt; 
	font-weight: bold;
	display: inline
}

h2 {
	font-size: 36pt; 
	font-weight: bold;
}

h3 {
	font-size: 18pt; 
	font-weight: bold;
}
#page {
	width:80%;
	margin: 0 auto;
	border: 0px solid black;
	margin-left:auto;
	margin-right:auto;
}
#top{
	border:5px green outset;
	height:210px;
	width: 100%;
	
}
#top table{
	padding:0 0 0 5px;
	text-align:center;
	width: 100%;
}
#body{
	border:5px green outset;
}
#body table{
	padding:0 0 0 5px;
	text-align:center;
	width:100%;
}
.style2 {
	border-width: 0;
}
#btext{
	font-size:10px;
	width:90%
}