body {
background-color: pink;


background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top;
border-width: thick;
border-style: double;
border-color: red;
padding: 20px 20px 20px 20px;


}

h1 {
color:green;

font family: arial, verdana, sans-serif;
font-style: italic;
font-weight: bold;
text-align: center;


}
p {
text-align: center;
font-style: italic;
font-weight: bold;

font-family: arial, verdana, sans-serif;
}

h2{
text-decoration: underline;
color:indigo;
}

a:link {
	color:blue;
}
a:visited {
	color:red;
}
a:hover {
	color:orange;
	font-style: italic;
}
a:active {
	color:yellow;
}

$('#s3').cycle({ 
    fx:      'custom', 
    cssBefore:{  
        left: 232,   
        top: -232,  
        display: 'block' 
    }, 
    animIn: {  
        left: 0, 
        top: 0  
    }, 
    animOut: {  
        left: 232,   
        top: 232 
    }, 
    delay: -3000 
});