body {
	font-family: Helvetica;
	font-size: 12px;
	background-color: #000;
	color: #fff;
}
td {
	font-family: Helvetica;
	font-size: 12px;
	background-color: #000;
	color: #fff;
}
#flame_content {
	width: 810px;
	height: 610px;
	border: 0px solid #000;
	text-align: center;
}
.not_installed {
	display: none;
	text-align: center;
	height: 100%;
	background-color: white;
	color: black;
	padding: 10px;
	border: 1px solid #777;
}
.not_supported {
	display: none;
	text-align: center;
	height: 100%;
	background-color: white;
	color: black;
	padding: 10px;
	border: 1px solid #777;
}
#issues {
	background-color: white;
	color: black;
	padding: 3px;
	border: 1px solid #777;
	width: 500px;
	margin-bottom: 10px;
}

a:link		{
    color:#080;
    font-weight:bold;
    text-decoration: none;
    letter-spacing: +1px; 
}

a:visited	{
    color:#080;
    font-weight:bold;
    text-decoration: none;
    letter-spacing: +1px; 
}

a:hover		{
    color:#080;
    font-weight:bold; 
    text-decoration: underline;
    letter-spacing: +1px; 
}

