@charset "utf-8";
@import url(fonts.css);
/* CSS Document */

table 
{
  table-layout: fixed;
}
.gsbbasic_text
{
	color: #dddddd;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.5;
    font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.gsbdlc_text
{
	color: #dddddd;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.1;
    font-size: 18px;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-block-end: 2px;
}

.gsbdlc table
{
	background-color: #333333;
}

.gsbquestion
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.6;
    font-size: 16px;
	font-weight:bold;
	color:#0090da;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.gsbbasic_text a:link
{
	color: #dddddd;
}
.gsbbasic_text a:visited
{
	color: #dddddd;
}

.gsbmenu
{
	color: #dddddd;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.7;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
	background-color: #555555;
	border-radius: 6px;
}
.gsbmenu:hover {
    background-color: #0090da;
}

.gsbmenu a:link
{
	color: #dddddd;
}
.gsbmenu a:visited
{
	color: #dddddd;
}
