Newer
Older
SynoikosHome / stylesheet.css
body {
	background: slategrey;
	font-family: Arial, Helvetica, sans-serif;
	color: darkslategrey;
	margin: 20px;
}

a {
	font-weight: bold;
	font-style: italic;
	color: midnightblue;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 0.5em;
	color: midnightblue;
}

cite {
	font-style: italic;
	font-size: small;
	color: dimgrey;
}