/* specific styles for Royal Oak website */

/* Basic */

.royaloak-return 
{
    color: #c94663;
	font-size: 50%;
}
.returntotop
{
    font-size: xx-small;
    color: #c94663;
    font-decoration: underline;
}
h6
{
    font-size: 80%;
}
    
.img-right 
{
	float:right;
	padding: 5px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
       

