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

#webdesign {
	position:absolute;
	margin:0px;
	color:#FFF;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	width:20px;
	height:20px;
	top:14px;
	font-size:14px;
	font-weight:normal;
}
.border {
	border-style:solid;
	border-color:#999;
	border-width:thick;
}
#table {
position:relative;
	margin:auto;
	top:0px;
	font-size:16px;
	color: #666;
}
body p LEFT {
	text-align: left;
}
.eftalign {
	text-align: left;
}
.centre {
	text-align: center;
}

a:link {
	color: #AAA;
}
a:visited {
	color: #AAA;
}
a:hover {
	color: #000;
}
a:active {
	color: #AAA;
}
.header {
	font-size: 24px;
}
.text {
	color: #AAA;
}
h3 {
	color: #666;
}
h1 {
	font-size: 36px;
	color: #666;
}
.small-text {
	font-size:12px;
}