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

#main #mediaLst
   {
	display:						block;
   margin-left:				auto;
	margin-right:				auto;
	}

#main #mediaLst li
   {
	display:						block;
	font-size:					22px;
	font-weight:				bold;
	margin-top:					20px;
	margin-bottom:				20px;
	text-align:					center;
	}

#main #mediaLst li span
	{
	font-size:					16px;
	font-weight:				normal;
	}
	
#main #mediaLst li a
	{
	color:						#000000;
	text-decoration:			none;
	}

#main #mediaLst li a:hover
   {
	text-decoration:			underline;
	}

h1
	{
	margin-left:				auto;
	margin-right:				auto;
	}

table tr.mRowGB
   {
	background-color:			#dddddd;
	}

table tr.mRowGB:hover
   {
	background-color:			#cde2f7;
	}

table tr.mRow:hover
	{
	background-color:			#cde2f7;
	}

table tr td.lineNum span
	{
	margin-right:				auto;
	margin-left:				auto;
	}

table tr td a
	{
	text-decoration:			none;
	}

table tr td a:hover
	{
	text-decoration:			underline;
	}