body 
{
	background-color: white;
	max-width: 90%;
}

h1
{
	text-align: center;
	font-size: 210%;
	border-width: 1px;
	border-style: ridge;
	border-color: grey;
}

h3
{
	padding-left: 20px;
	color: rgb(100,149,237);
	font-size: 120%;
	text-decoration: underline;
}

h2
{
	color: rgb(218,112,214);
	padding-left: 10%;
	font-size: 140%;
	text-decoration: underline;
}

p
{
	padding-left: 5%;
	text-align: justify;
	font-size: 100%;
}

ul, ol
{
	list-style-type: disc;
}

img
{
	width: 5%;
	display: block;
	margin-left: 5px;
}

a
{
	color: rgb(72,61,139);
}

a:hover
{
	background-color:  rgb(230,230,250);
}

a:visited
{
	background-color: rgb(255,182,193);
}

#logo
{  
   width: 100%;
   display: block;
   margin-left: 1000px;
}

