﻿/* This StyleSheet contains custom styles for this project */


.NewStyle
{
    outline-color: Black;
    outline-width: thin;
}

.SyntaxTable pre {
    white-space: pre-wrap;
}

hr { background-color: black; height: 1px; border: 0; }