@charset "utf-8";

/* sj_specific.css */

/* links */
a:link, a:visited {
	color: #F00;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #F00;
}

/* titles */
h2 {
	color: #F00;
}
h3 {
	color: #F00;
}
h4 {
	color: #F00;
}

/* graphics */
.ctr_graphic {
	color: #F00;
	text-align: center;
}

img {
	border: thin solid #F00;
}

hr {
	color: #F00;
}
.ol_pic_left {
	margin-left: 305px;
}


/* menus */
.text_submenu {
	color: #F00;
}
