body {
	font-family: "Times New Roman", arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: black;
	background-color: ffffcc;
	margin: 1em 25% 10px 25%; 
	padding: 0;
}

/* By the way, this is a comment */

a:link {color: purple; text-decoration: underline; }
a:active {color: #66ccff; text-decoration: underline; }
a:visited {color: #006633; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

p {
	line-height: 1.5em;
}

h1 {
	color: navy;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	text-align: center;
}

h2 {
	color: yellow;
	background-color: #090;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: navy;
	font-size: 1.25em;
}

img {
	border-style: dashed;
	border-width: 2px;
	border-color: #ccc;
}

a {
	text-decoration: none;
}

strong {
	font-style: italic;
	text-transform: uppercase;
}

li {
	color: black;
}

table.questions {
	font-size: 0.9em;
	text-align:left;
}

table.questions td {
	width: 50%;  
}

table.languages {
	font-family:verdana; color:purple; background-color: white;
	padding:10; text-align:center;
	border-width: medium medium medium medium;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: green green green green;
	border-collapse: separate;

}

table.languages td {
	width: 25%;
	border-width: thin thin thin thin;
	padding: 10px 5px 10px 5px;
	border-style: solid solid solid solid;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}