body { 
	background-image: url(./image/back.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: white;
}
font.title { 
	font-size: 28pt;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
}
font.subtitle { 
	font-size: 14pt;
	font-family: Times New Roman;
	color: brown;
}
font.subtitle2 { 
	position: relative;
	top:-10pt;
	font-size: 16pt;
	font-family: Times New Roman;
	color: black;
}
font.subtitle2e { 
	position: relative;
	top:-10pt;
	font-size: 16pt;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	color: gray;
}
font.copyright { 
	font-size: 14pt;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	color: gray;
}
font.linkname {
	position: relative;
	top:-10pt;
	font-size: 16pt;
	font-family: Times New Roman;
	color: black;
}
div.self {
	position: relative;
	left: 25px;
	top: 10px;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
	color: white;
}
div.name {
	font-size: 18pt;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	color: gray;
}
a.button {
	position: relative;
	left: 25px;
	top: 10px;
	text-decoration: none;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}
a.button:hover {
	color: yellow;
}
a.mail {
	text-decoration: none;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
	color: pink;
}
a.mail:hover {
	color: red;
}
a.collect {
	text-decoration: none;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: teal;
}
a.collect:hover {
	color: red;
}
a.linkurl {
	position: relative;
	top:-10pt; left:10pt;
	text-decoration: none;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}
a.linkurl:hover {
	color: yellow;
}
tr.linkbox {
	text-align: left;
	background-color: pink;
}
td.subtitle2 { 
	text-align: left;
	background-color: pink;
}
td.button { 
	width: 150px;
	height: 75px;
	background-image: url(./image/button.jpg);
	background-repeat: no-repeat;
}
table.menu {
	position: absolute;
	left: 100px;
	top: 10px;
}
table.main {
	position: relative;
	left: 250;
}