/*
Theme Name: rawathletics
Author: faust1611/enchozo@gmail.com
Description: Wordpress theme rawathletics
*/
@import "styles/default.css";

<style type="text/css"> 
#box-table-a
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top: 45px auto;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background: #8B0000;
	border-top: 4px solid #A52A2A;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#box-table-a td
{
	padding: 8px;
	background: #d88520; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #ff8c00;
	color: #000;
}
</style>