/*
 *
 * Styles additional to the main styles. The role of this is to customize the
 * Snowdrop OS pages.
 *
 */

a:link,
a:visited {
	color: #DAC540;
}

a:hover,
a:active {
	color: #FAF5A0;
}
 
#snowdrop-overall{
	min-width: 770px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#snowdrop-contentpanel{
    background-color: #111111;
	padding-bottom: 30px;
	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
} 

#snowdrop-snowdroptitle{
	width: 100%;
	color: #FFFF00;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	margin-left: 10px;
}
