Styling Markdown is largely a matter of personal preference. It can be very simple or very complex.
Also, there is no standard definition of a “note”, so you’d have to determine what parts you require styling. As a simple example, this would change all the text to blue…
<style type="text/css">
body {
color:blue;
}
</style>