body{
	background-color: ghostwhite;
}

/* secret comment :) */

h1, h2, h3, h5{
	color: darkgoldenrod;
	font-family: "times New Roman", times;
}

p{
	color: black;
	font-family: "times New Roman", times;
	text-indent: 25px;
}

blockquote {
	color: darkred;
	border-style: dotted;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	background-color: silver;
	font-family: "times New Roman", times;
}

img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

dl{
	font-family:"Times new Roman", times;
}
dt{
	color: red;
}
dd{
	color: black;
}

table{
	background-color: lightgrey;
	width: 100%;
}
table, th, td {
	border: 4px solid black;
	border-collapse: collapse;
	font-family: "times New Roman", times;
}

th, td{
	padding: 5px;
}

#sm{
	color: blue;
}

#am{
	color: green;
}

#ae{
	color: red;
}

#dg{
	color: olive;
}

a:link{
	color: black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: "times New Roman", times;
}

a:visited, a:hover, a:active{
	color: red;
}

a.linkbut{
	background-color: steelblue;
	border-style: solid;
	border-color: ghostwhite;
	padding: 14px 25px;
}