@charset "utf-8";
/* CSS Document */

body {

}
h1{
margin-top:0;	
}

#box1 h2, #box2 h2, #box3 h2 {
font-family: Times New Roman, Arial, Verenda;
text-transform: uppercase;
letter-spacing: .08em;
}

#box1 p, #box2 p, #box3 p {

}

/* links */
a {
color:#3366cc;
font-weight:bold;
letter-spacing:1px;
text-decoration:none;
}
a:hover {
color:#003399;
font-weight:bold;
letter-spacing:1px;
}

a.external {
	background:url(../images/icon-external-link.png) no-repeat right center;
	padding-right: 16px;
}

#video_scroll a.external {
	background:none;
	padding-right: none;
}

#content a {
color:#111 !important;
border-bottom: 2px #111 dotted;
}

.profile a {
color:#111 !important;
border-bottom: none !important;
}

#content a:hover {
color:#555 !important;
border-bottom: 2px #555 dotted;

.profile a:hover {
color:#555 !important;
border-bottom: none;
}
