/* Global Style Sheet */

* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:.95em;
}

html {overflow-y:scroll;}

body{text-align:center;}

/*text styles*/
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	padding:5px 0;
}

h1{font-size:1.6em;}

h2{font-size:1.5em;}

h3{font-size:1.4em;}

h4{font-size:1.3em;}

h5{font-size:1.2em;}

h6{font-size:1.1em;}

a{text-decoration:underline;}

a:hover{text-decoration:none;}

p{padding:5px;}

strong{font-weight: bold;}

em{font-style: italic;}

/*table styles*/
table{}

td{}

th{
	padding:2px 0; 
	text-align:center;
}

tr{}

/* list styles */
ul, ol{padding:10px;}

li{line-height:100%;}

ul ul, ol ol{}

/* CSS Questions & Comments to: Tim_Wright@ncsu.edu */
