/*
	ShaharTal.com
	(c)2015 All Rights Reserved 
*/
<!--
body, td, th {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #FFF;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 40px;
}

/* Links */
a {
	font-family: Trebuchet MS;
	color: #989594;
	text-decoration: none;
}

a:visited  {
	color: #989594;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	
}

a:active {
	color: #FFF;
	text-decoration: none;
}

/* General Text Design */
.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #FFF;
}

h2 {
	font-size: 16px;
	color: #515151;
}

h3 {
	font-size: 14px;
	color: #959595;
}

/* Special Design */
.text {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.copyright {
	font-size: 12px;
}
-->