﻿@charset "utf-8";
/*======================================================================


       Print Style CSS


======================================================================*/
a:link {
	text-decoration : none;
	color:#000000;
}
a:visited {
	text-decoration : none;
	color:#000000;

}
a:hover{
	text-decoration: underline;
	color:#000000;
}

ul#nav {
	display: none;
}

#banner {
	display: none;
}

#topic_path {
	display: none;
}

h1 {
	font-size: 167%;
}

/*======================================================================


        Profile


======================================================================*/
#history table {
	border: 1px solid #8C8C8C;
	border-collapse: collapse;
	
}
#history table td{
	border: 1px solid #8C8C8C;
	padding: 5px;
}