@charset "UTF-8";
/*
Filename	redirect-no-script.css
Held in		site root/common-styles/
Use in		Our standard page that (a) announces that the requested page has been moved or re-named
					and (b) provides a link for the user to click to go to that new location or renamed file.
					The html file contains no script that can auto-redirect the user's browser to the requested resource.
Updated		26 Aug 2025
*/
body {font-family:Arial,sans-serif;text-align:center;background-color:gray}
#bodyWrapper {margin:0 auto;max-width:730px;padding:2em 0;background-color:#FFFFE1}
#padInBW {padding:0 1.5em}
h2 {margin-top:1em;color:blue;line-height:150%}
hr {margin-top:1em;height:1px;color:#D3D3D3;background-color:#D3D3D3;border:1px solid #D3D3D3}
main {margin:0}
section {padding-top:1em}
p {line-height:150%}
p.AA {margin:1em 1em 0}
p.AB {margin:1em 1.5em;font-size:1.15em}
p.AC {margin:1.5em 4em 2em}
footer {font-size:0.8em;padding:1em;line-height:150%}
span {white-space:nowrap}
span.CR {font-size:0.92em}
