body {
background-color: Cornsilk;
}

h1 {
	font-size: 40px; 
	color: Saddlebrown;
	background-color: Cornsilk;
	text-align: center;
}

h2 {
font-size: 25px;	
color: red;
text-decoration:underline;
}

p {color: Saddlebrown;
	text-decoration: none;
}

th {color: red;
	text-decoration: underline;
}

td {color: Saddlebrown;
}

a {color: Blue;
}

.aplain {color: Blue;
	text-decoration: none
}
img {
	border: 1px solid blue;
	border-radius: 4px;
	padding: 5px;
	width: 400px;
}

.blue-border
{	width: 200px;
	border-width: 10px;
	border-color:blue;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.red-border
{	width: 200px;
	border-width: 10px;
	border-color: Saddlebrown;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.under {text-decoration:underline}
.plain {text-decoration: none}



