@charset "UTF-8";
/* CSS Document */

body {font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; /* white */}
.packaging {background-color:#060a13;}	
.cced {font-size:large; /* size 4 */
	color:#ff6600;
	font-weight:bold;}
.pagetitle {font-size:larger; /* size 5 */
	color:#CCCCCC;
	font-weight:bold;}
.pagesubtitle {font-size:medium; /* size 3 */
	color:#CCCCCC;
	font-weight:bold;}
.pagemarker {background-color:#FF9900; /* orange */
	font-size:small; /* size 2 */
	font-weight:bold;
	color:#000000; /* black */}
.name {font-size:medium; /* size 3 */
	font-weight:bold;}
.projectlink {font-size:small; /* size 2 */}
.info {font-size:small; /* size 2 */}
.tag {font-size:smaller; /* size 1 */
	color:666633; /* gray-green */}
.copyright {font-size:small; /* size 2 */
	font-family:"Times New Roman", Times, serif;
	text-align:center;}
.biblio {font-size:small;
	color:#666666;}

/* links */
a.tag:link, visited, active {color: #666633; /* gray-green */
	text-decoration: none;
	font-size:smaller;}
a.tag:hover {text-decoration: underline;
	color: #666633; /* gray-green */
	font-size:smaller;}
a.name:link {color: #000000; /* black */
	text-decoration: none;}
a.name:visited, active {color: #000000; /* black */
	text-decoration: none;}
a.name:hover {text-decoration: underline;
	color: #3300CC /* blue */}
a.img:link, visited, active {text-decoration:none;}
a.img:hover {text-decoration:underline;}	
img {border-style:none;}/* images */
table {border:none;
	padding:0;}
p {margin:0,0,0,0;}
