body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
 h1, h2, h3, h4 {
 font-style: italic;
 font-weight: bold;
 text-decoration: none;
 margin-top: -.75em; /*Use this code to control spacing above heading*/
 line-height: 2em; /*Use this code to control spacing for viewing*/
}
h1 {
	font-size: 150%;
} 
h2 {
    font-size: 125%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
} 
p {
    margin-top: .2em; /*Use this code to control spacing above paragraph*/
    line-height: 1.5em; /*Use this code to control spacing for viewing*/
}
q {
	font-style: italic;
}
a {
	text-decoration: none;
	font-style: italic;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
/*Below here is CSS for Tournament Registration Form*/
label {
	font-size: small;
}
.divisions {
	position: relative;
	left: 135px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: thin outset navy;
}
.teaminfo {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	border: thin outset navy;
	padding: 3px;
	margin: 0px;

}

.question {
	font-size: small;
	margin-top: -.5em; /*Use this code to control spacing above paragraph*/
	line-height: 1em; /*Use this code to control spacing for viewing*/
	font-style: oblique;
	font-weight: bold;
}
/*End Registration Form*/
.address {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
