body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/back2.jpg);
	}

h1 {
	font-size: 22px;
	color: #DB7193;
	}

h2 {
	font-size: 18px;
	color: #DB7193;
	}

h3 {
	font-size: 14px;
	color: #DB7193;
	}

h4 {
	font-size: 12px;
	color: #DB7193;
	}

h5 {
	font-size: 10px;
	}

h6 {
	font-size: 8px;
	}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a {
	color: #505ECD;
	}
	
a:hover {
	color: #DB7193;
	text-decoration: none;
	}

select {
	font-family: Arial; 
	font-size: 10px;
	color: #000000; 
	background-color: #FFFFFF
	}
	
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	}

input {
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	}

.height {
	line-height: 25px;
}	