<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------------------

RVC Style Sheet - Flash Resources for Money Matters



version:   1.0.0
author:    Jack Sisterson
email:     jsisterson@rvc.ac.uk
website:   http://www.rvc.ac.uk/study/support-for-students/money-matters
-------------------------------------------------- */


/* =Styles
-------------------------------------------------- */

    .text {
        font-family: Arial, sans-serif;
        font-size: 80%;
        text-align: right;
    }
    .flashy {
        width: 900px;
        height: 600px;
        background-color: white;
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0px auto;
    }
    
</pre></body></html>