body {
	background-image: url("http://i17.servimg.com/u/f17/09/04/01/16/newfon11.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #fffacd;
	padding: 12px;
	margin: 40px;
	border: 3px outset black;
	background-color: rgb(255,250,205);
}

p {
	color: dark;
	font-size: 14px;
	font-family: "Comic Sans MS";
}

h1 {
color: orange;
text-align: center;
}

img {
text-align: center;
}

.grey {
font-size: 14px;
text-align: center;
text-indent: 0px;
color: grey;
}

.commence {
color: green;
font-style: italic;
}

.maroon {
color: maroon;
text-decoration: underline;
}

.red {
color: red;
font-style: italic; 
}

.namegroup {
color: red;
font-style: italic;
font-size: 20px;
}

.bold {
text-align: center;
font-weight: bold;
font-size: 15px;
}

.bold2 {
font-weight: bold;
font-style: normal;
}

.italic {
font-style: italic;
}

.error {
font-family: system;
border: 1px solid Red;
padding: 5px;
font-weight: bold;
width: 400px;
text-align: center;
}

.champ {
	text-decoration: none;
	border-bottom: 2px dotted;
}