/* Vi CSS
PrimarySchool CSS v 2.2
Basic CSS Framework

(c) 2007 Robert Willie.
27 Feb 2007.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: rob@primarysite.net
Author: Robert Willie */

@import url(http://rosettaprimary.co.uk/styles/accessible.css);
@import url(http://rosettaprimary.co.uk/styles/large_font.css);


html, body{
color: #3e00ca;
background-color: #ebfffc;
font: large "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
line-height: 1.5em;}


a:link{
color: #500004 !important;
text-decoration: none !important;
}
a:visited {
color: #500004 !important;
font-style: italic !important;
text-decoration: none !important;
}
a:focus{
color: #500004 !important;
text-decoration: none !important;
}
a:hover{
color: #CC0000 !important;
text-decoration: underline !important;
}

a:active{
color: #CC0000;
text-decoration: none;
}