/**
 * css.css => style definitions for luxlogi.com
 * @site www.luxlogi.com
 * @author sasa zivkovic
 */

body,tr {
	font-family: calibri, "trebuchet ms", verdana, tahoma, verdana, arial, sans-serf;
	font-size: 17px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-right: 150px;
	margin-bottom: 40px;
	margin-left: 40px;
	text-align: justify;
}

a,a:visited,a:active {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #ff0000;
	border-bottom-width: 2px;
}

pre {
	font-family: "lucida sans typewriter", "courier new", "lucida console", monospace;
	text-align: left;
	font-size: 8pt;
}

img:hover {
	background-color: #ffffff;
}

.menu {
	font-size: 22px;
	font-weight: bold;
}

.tiny {
	font-size: 13px;
}

.menudivider {
	background-color: #FFCC00;
	border: 2px solid #FFCC00;
}

.invisible {
	font-size: 1px;
	color: #FFFFFF;
}

.underline {
	text-decoration: underline;
}

.biggy {
	font-size: 22px;
	font-weight: bold;
}
