style.css 341 Bytes
Newer Older
Claudio Valerio's avatar
Claudio Valerio committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
body {
	font: 13px "Trebuchet MS", Arial, Verdana;
	padding-top:0px;
	color: gray;
}

a {
	text-decoration:none;
	color:#3C769D;
}
h1 a,
p em a {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	position:absolute;
	top:0px; left:0px;
}
h1 a {
	width:245px; height:85px;
	top:28px; 
}
p em a {
	width:120px; height:28px;
	left:30px;
}