﻿/* CSS for site: ASTROALA.it */
/* Navigator section */
/* Last update 14/09/2009 */


/* Body style */
body {
	background-image: url('../images/img/sfondo.jpg');
	font-family:  Arial, Helvetica, sans-serif;
}

/* Link style */
a:link {
	text-decoration: none;
	color: #0000FF; 
}
a:visited {
	text-decoration: none;
	color: #800080;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}

/* Table style */
table {
	border-collapse: collapse;
	width: 125px;
}

/* Text style*/
td {
	height: 30px;
	color: #000080;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.8em; /*10pt*/
	font-weight: bold;
}

/* Title style */
td.title {
	height: 30px;
	color: #000080;
	font-size: 0.9em; /*11pt*/
	font-weight: bold;
	font-style: oblique;
}

/* Image border width */
.img_margin {
	border-width: 0px;
}

/* Text align */
.center {
	text-align: center;
}

/* Background box */
.bg {
	background-image: url('../images/img/bgdid.GIF');
	text-align: center;
}

/* <-----------------> */
