A:link { 
text-decoration: 	none;
}

A:active { 
text-decoration: 	none;
}

A:visited { 
text-decoration: 	none;
} 

h1 {
font-weight:	bold;
font-family:	serif, impact;
text-transform:	uppercase;
}

h2 {
font-weight:	bold;
font-family:	serif, impact;
text-transform:	capitalize;
}

h3 {
font-weight:	bold;
font-family:	serif, impact;
font-style:		italic;
text-transform:	capitalize;
}

h4 {
font-weight:	bold;
font-family:	serif, impact;
font-style:		italic;
text-transform:	capitalize;
}

h5 {
font-weight:	normal;
font-family:	serif, impact;
font-style:		italic;
text-transform:	capitalize;
}

h6 {
font-weight:	normal;
font-family:	serif, impact;
text-transform:	capitalize;
}

i {
font-style:		italic;
text-transform:	uppercase;
}

