/* CSS Document */

body{
	background-color: #5a0000;
	font-family: helvetica, arial;
	color: white;
	margin: 75px;
	font-size: 28px;
}
h1{font-size: 45px;}
p{font-size: 25px}
img{border: 5px solid; border-color: black;}
li{font-size: 2em;}
a{
	color: white;
  font-size: 28px;
}
