/*###########################################*/
/*#CSS Stylesheet written by James Keightley#*/
/*#####For www.radcliffe-twinning.org.uk#####*/
/*###########################################*/
body {
 margin: 0px;
}
/*make the website go all the way to the end of the margin, no spacing*/
a {
  color: #003399;
  text-decoration: none;
}
a:hover {
  color: #D50000;
  text-decoration: underline;
}