/* CSS Document */

/*for use only with In-The-News section*/

/*overwrite main styles with these*/
#main img, #main p{
	text-align:center;
}
#access p{
	text-align:right;
}
#main a img {
	border:1px solid white;
	text-decoration:none;
}
#main a img:hover {
	border:1px dotted #165ba0;
	text-decoration:none;
}
