
/*
 *
 * CONTENT
 *
 */

/* DEFAULT TAG REDEFINITION */

a {
	text-decoration: none;
	color: #000000;
}

a:hover  {
	text-decoration: underline;
	color: #ff0000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

h2 { 
	font-size: 120%; 
	margin-top: .75em; 
	margin-bottom: 2em;
}

p {
	margin: 1em 0 1em 0;
}

.news p a
{
	background-image: url(../images/intern.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 23px;
	text-decoration: none;
	color: #666666;
}

.news p a:hover
{
	text-decoration: underline;
	color: #ff0000;
}

.news p a:visited {
	background-image: url(../images/intern.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 23px;
	text-decoration: none;
	color: #666666;
}

