/* 
	CSS for myMusic, created by : tonjac
*/

.basicLightColor
{
	color: gray;
}

.basicHighLightColor
{
	color: gray;
}

.basicDarkColor
{
	color: black;
}

.basicBackColor
{
	color: black;
}

.basicTextColor
{
	color: black;
}

.helpSurface
{
	font-family: "Verdana", "Arial";
    font-size: 8pt;
	color: black;
	background-color:  white;
}

.helpHeadlines
{
	font-family: "Verdana", "Arial";
    font-size: 10pt;
	color: black;
}

.myPrefix
{
	font-family: "Verdana", "Arial";
    font-size: 14pt;
	font-weight: bold;
    color: blue;
}

.myName
{
	font-family: "Verdana", "Arial";
    font-size: 14pt;
	font-weight: bold;
    color: black;
}

a	
{
	font-family : "Verdana", "Arial";
	text-decoration : none;
	color: blue;
	font-size : 10pt;
	font-weight: bold;
}


a:visited	
{
	font-family : "Verdana", "Arial";
	color: blue;
}


a:hover 
{
	color: lightblue;
	font-weight: bold;
}

body	
{
	font-family : "Verdana", "Arial", "Helvetica", "Sans-Serif";
	font-size : 10pt;
	color : black;
	background-color: white;
}

ul	
{
	margin : 0mm 10mm;
}

li	
{
	margin : 1mm;
}

h1
{
	font-family : "Verdana", "Arial";
	font-size : 14pt;
	color : black;
}

h2
{
	font-family : "Verdana", "Arial";
	font-size : 12pt;
	color : black;
}

h3
{
	font-family : "Verdana", "Arial";
	font-size : 10pt;
	color : black;
}

h4
{
	font-family : "Verdana", "Arial";
	font-size : 8pt;
	color : black;
}

h5
{
	font-family : "Verdana", "Arial";
	font-size : 6pt;
	color : black;
}


h1
{
	margin : 0mm 3mm -1mm;
}
 
hr
{
	color: black;
}

table
{
    font-family: "Verdana", "Arial";
    font-size: 8pt;
    color: black;
    border-color: white;
}

td 
{ 
	border-color: white; 
}

tr 
{ 
	border-color: white; 
}

