
body {
        margin-left: 20% ;
        margin-right: 30%;
        font-size: x-large;
        font-family: Georgia, serif;
	text-align: justify;
}

#border {
	border: 8px solid black;
	width: 504px;
	height: 378px;
}

@media only screen and (max-device-width: 480px) {
	body {
        	margin-left: 0% ;
        	margin-right: 3%;
        	font-size: larger;
        	font-family: Georgia, serif;
		text-align: justify;
	}
	#bod {
		width: 252px;
		height: 189px;
	}
	#border {
		border: 8px solid black;
		width: 252px;
		height: 189px;
	}
}




a {
	text-decoration:none;
#	font-weight:bold;
}

P {
        margin-top: 0pt;
#        text-indent: 0.2in;
	margin-bottom: 0pt;
}

h1 {
        margin-top: 0pt;
        margin-bottom: 0pt;
}
