body {
 	padding : 5%;
 	color : black;
 	background-color : white;
}

a {text-decoration : none;}
a:visited {color:mediumblue;}
a:hover {
	color:blue;
	background-color:yellow;
	font-style : italic;
}

h1 {
	font-size:14pt;
	text-align:center;
}

h2 {
	font-size:12pt;
	text-align:center;
}

p {
	margin-left:30;
	color:black;
	background-color:white;
}

.title {
	text-align:center;
	font-size:24pt;
}

.text {
	padding:10;
	color:black;
	background-color:white;
	font-size:10.5pt;
	line-height:1.25;
}

.paper {
	font-style : italic;
}

.author {
	font-weight : bold;
}

.received {
	font-style : italic;
	text-align : right;
}
