/* JAlbum Cascading Style Sheets Document
 * to be used with Kucak 2.0 JAlbum Photo
 * Album Generation skins
 * 
 * This is identical to kucak2.css
 * with the exception of .normaltext
 * which is used in the website.
 *
 */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ABD373;
}
a:link {
	color: #043B70;
}
a:visited {
	color: #043B70;
}
a:hover {
	color: #007236;
}
a:active {
	color: #E53125;
}

.texten {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.comndisc {
	font-size: 7pt;
	color: #000000;
}
.normalsize {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
