/* fundamental page layout */
html, body 		{margin:5px; padding:0px;}
.container		{width:100%; text-align:justify}	

/* basic styles */
a 		{	color:#2bacaa}
a img	{	border:0}
html	{   font-family: "Segoe UI",arial,sans-serif; font-size:90%; height:100%;
			 }
h1, h2, h3, h4	{	font-weight: normal; color: #F90; text-decoration:none; }

/* Stealth Linkage */
sl a, sl a:visited { font-weight: bold; color: #F90; text-decoration:none; font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited  {	font-weight: bold; color: #F90; text-decoration:none; }

/* basic page components (topbar is in a seperate file!) */
div#footer		{  width:100%; color:#777; font-size:12px; text-align:left; padding:50px 0px; }
div#footer a	{	color:#444; text-decoration:none; padding-right:10px; }
div#footer a:hover {color:black; }

/* Box thingy */
#box_frame{float:center; width:100px;}