/**************
* StyleSheet for Richard Barney's personal website
* Created by Richard Barney
* Last updated 18 November 2017
***************/
a {
/*	color: #99E5FF;*/
    color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-size: 20pt;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
/*	color: #FFF;*/
    color: #000;
/*	background: linear-gradient(#5B83B6, #000) fixed;*/
/*  background: linear-gradient(#0000B2,#D900D9) fixed;*/
    background: linear-gradient(#FFF,#C0C0C0) fixed;
/*	text-shadow: 2px 2px #000; */
}
p {
	padding: 10px;
	margin-left: 100px;
	margin-top: 100px;
}