/* 
	Description: CSS for FSWMag.com
	Author: Yau
	Author URI: http://www.fswmag.com
	Version: 1.0

*/


/*************************************************************************************
General Styles
*************************************************************************************/

body {
	background-color: #000000;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
}

* :focus { outline: 0; }

img { border: none; }

a, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a.red, a.red:active, a.red:visited {
	color: #db241f;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}

a.red:hover {
	text-decoration: underline;
}


/*************************************************************************************
Main Page & Contents
*************************************************************************************/

.title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.contentgrey {
	color: #626368;
}

a.contentgrey:link, a.contentgrey:visited, a.contentgrey:active {
	font-weight: normal;
	text-decoration: none;
	color: #626368;
}

a.contentgrey:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #626368;
}


/*************************************************************************************
Footer
*************************************************************************************/

#footer, #footer a:link, #footer a:visited, #footer a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}