﻿/* Default styles for Links.js -- Moondew.com */

div.links {
	background:none;
}

div.links a {
	text-decoration: none;
}

div.links a:hover {
	text-decoration: underline;
}

div.links div.title {
	/*text-align:center;*/
	font-size:1.4em;
	font-weight:bold;
	color:black;
	margin:0;
}	
div.links div.title a {
	text-decoration: none;
}

div.links div.heading {
	/*text-align:center;*/
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	color:black;
	margin:0;
}	

div.links div.heading a {
	text-decoration: none;
	font-style:normal;
}
div.links div.heading a:hover {
	text-decoration: underline;
}

div.links div.list {
	/*text-align:center;*/
	font-weight:normal;
	font-style:normal;
	border:none;
	margin:0;
	padding:0;
	margin-top:.5em;
	margin-bottom:2em;
}

div.links div.list a {
	text-decoration: none;
}

div.links div.list a:hover {
	text-decoration: underline;
}

