.textframe { 
	font-family: "Times New Roman", serif;
	font-size: 12pt; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-style : none;
	height : auto;
	width : 650px;
	max-width : 650px;
	min-width : 650px;
	color : black;
	}

.altframe { 
	border-style : double;
	border-width : 3px;
	border-color : blue;
	color : black;
	}

.testframe { 
	border-width : 3px;
	border-style : double;
	border-color : black;
	}

.list { 
	color : black;
	}

body {  
	background-color : white;
	} 

.western {
	font-family: "Times New Roman", serif;
	font-size: 12pt; 
	color : black;	
	}

.topname { 
	font-family : "Arial", sans-serif; 
	font-size : 24pt;
	font-weight: bold; 
	text-align : center;
	text-decoration: underline; 
	color : black; 
	}

.rubrik {
	font-family: "Times New Roman", serif;
	font-size: 14pt; 
	font-weight : normal;
	text-align : center;
	text-decoration : underline;
	}

.listrubrik {
	font-family: "Times New Roman", serif;
	font-size: 14pt; 
	margin-left: 0;
	text-decoration : none;
	font-weight : normal;
	}

p.cjk { font-family: "Times New Roman", serif; font-size: 12pt }

/*ul {
	list-style-type : circle;
	}
*/
	a:link { color :  blue }
	a:visited { color :  blue }

