body 
{

	font-family: "Century Gothic", sans serif;
	font-size: 24px;
	color:#FF33CC;/*pink*/
	background-image:url('pretty_blue.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	border-width: 6px;
	border-style: dotted;
	margin: 0.5cm 0.5cm 0.5cm 0.5cm;
	padding: 0.5cm 0.5cm 0.5cm 0.5cm;
	border-color: #C4F4F6;/* light, aqua blue*/
	text-align: center;
	margin-left:20%;
	margin-right:20%;
}


h1
{
	font-family: "Vivaldi", Century Gothic, sans serif;
	font-size: 54pt;
	color:#A4F5F7; /*light blue, light turquiose*/
	margin-left: 23%;
	margin-right: 23%;

}


div.sidebar
{
	border: 5px dotted;
	border-color: #C4F6E0; /*Light, Turquoise Green*/
	float: left;
	width: 250px;
	margin-top: -1%;
}

p.sidebar
{
	padding: 10px 5px 10px 20px;
	font-family: "Century Gothic", Vivaldi, sans serif;
	font-size: 15pt;
	color: #CC66FF; /*pale purple*/
	margin-top: 10px;
}

